I have a significantly complex XML document. I use the iText library to create a tagged PDF out of this XML document. I have referred to the examples in the 15th chapter of the iText in Action book but they are confined to a simple XML file having a hierarchy which is just one-level deep. How can I extend the same to handle an XML file of multi-level hierarchy?
Sample "Complex" XML document : <?xml version="1.0" encoding="UTF-8" ?> <movies> <movie duration="141" imdb="0062622" year="1968"> <title>2001: A Space Odyssey</title> <directors> <director>Kubrick, Stanley</director> </directors> <countries> <country>United Kingdom</country> <country>United States</country> </countries> </movie> </movies> -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-create-a-tagged-PDF-from-a-complex-XML-file-tp4412880p4412880.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php