I was wandering if there exist a DDX Parser class in the LiveCycle ES SDK.
If not I would use a XML parser instead...
Thanks in advance.
Regards, Gabriele Iannetti
smacdonald2008
said on
May 11, 2009
at
2:17 PM :
LiveCycle ES SDK does not provide a parser -- but because it is XML - you can use classes like org.w3c.dom.Document. We will look into a future topic that discusses how to dynamically create and work with a DDX document.
bucsx
said on
May 20, 2009
at
2:51 AM :
I think it would be nice to have a class for processing a DDX document, but its not to neccessary. I have created a custom solution, that works fine as well.
Comments
bucsx said on Apr 27, 2009 at 1:04 AM : smacdonald2008 said on May 11, 2009 at 2:17 PM : bucsx said on May 20, 2009 at 2:51 AM :