Hi all,
i'm trying to build a XML process variable from a text string in an execute script workflow item.
I have adapted the corresponding tutorial http://www.adobe.com/devnet/livecycle/articles/building-xml.html
My problem now is that i get a runtime exception:
java.lang.RuntimeException: Parse error at line 27, column 1. Encountered: Document
The exception refers to the following line:
Document suppliers = new DocumentImpl();
But i've imported all Java packages as stated in the tutorial. What might be the problem?