"iText In Action" has a chapter on customized XML parsing.  Basically:
 
XMLParser.parse( document, pathToXML, tagMap );
 
tagMap creates a mapping from XML tags to iText elements, with attribute 
definitions and so on.  It maps String to XMLPeer.  There's quite a bit of 
detail in there, well worth the investment.
 

--Mark Storer 
  Senior Software Engineer 
  Cardiff.com

#include <disclaimer> 
typedef std::Disclaimer<Cardiff> DisCard; 

-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Wednesday, October 28, 2009 2:07 AM
To: [email protected]
Subject: [iText-questions] Engaging PDF reports with interactive graphs



Hi 

My company is looking to use the IText library to dynamically create PDF & HTML 
reports using an xml datasource. 
The xml datasource we are using is quite complex and I have found that the 
IText xml processing does not handle the xml we are using. 
Is there any addons or xml processors that you know of that can parse complex 
xml for the IText library ? 


Nicholas R. Staples

Trainee Software Architect
[email protected]
Tel UK: +44 208 515 1469 
_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed 
Scanning Services - powered by MessageLabs. For further information visit 
http://www.verizonbusiness.com/uk


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to