gyszalai - 2009-06-12

We've done something similar. We used Apache XmlBeans for parsing the XML content. XmlBeans can parse a DOM-tree as well. Using XmlBeans, the XML content is transformed to JavaBean compatible classes, so you can use it with UJAC for generate PDF. In the template, you can access az XML element like this: ${rootNode.child1.child2}