Quoting "willie.infopower" <[EMAIL PROTECTED]>: > hi > > Does iText support XSLT now ?
No, writing XSLT functionality would be reinventing the wheel. > I want to use XSL + XML to generate PDF Remark that PDF is a binary format and that XSLT can't be used to produce binary files. If you use XSLT you always need two passes: XML -> FO with XSLT FO -> PDF with FOP or XML -> XML (iText tags) with XSLT XML (iText tags) -> PDF with iText best regards, Bruno ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
