Kar, Amitansu wrote:
> Hi,
>  
> We use the IText XMLParser to parse the xml files(in IText syntax) and 
> generate PDFs dynamically. But from 
> _http://itextpdf.com/history.php?branch=history.50&node=500_ 
> <http://itextpdf.com/history.php?branch=history.50&node=500>, we can 
> find out that XMLParser has been removed in IText 5.0.0.

Yes, several classes for which we haven't been giving support
for years, have been removed. There was no DTD or schema for
the iText XML syntax; and even if there was, it's better not
to impose such a schema, but to let every one use his own schema.
See for instance the way you can use your own schema in XFA.

>  Could you let 
> us know if there is an equivalent module in IText 5.0.0 which provides 
> us the same functionalities of a XMLParser ?

In the last four years, I've always implemented a custom XML handler,
corresponding with the XML schema used in the project.
Looking at the removed code, you can see that there's not much
code involved.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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