On 11/11/2010 16:45, Daniel Plappert wrote: > Hi, > > unfortunately, the SimpleXMLParser is just a simple XML parser - I don't > see any possibility to add a (pdf) document object. I already tried this > yesterday. The SimpleXmlParser parsed my XML file and that's it. > Instead, the (old) XmlParser creates a (pdf) document.
The old XmlParser was a relic from an old project. In all the subsequent projects I did, XmlParser wasn't sufficient for my needs: I always ended up writing my own implementation of the XML Handler interface (extending DefaultHandler). That's why XmlParser was removed in favor of the XML parsing procedures used in "iText in Action". -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
