Any good XSLT sheets for XML in PDF?

Does anyone know of a solid, non-burdened XSLT sheet package that can generate PDF through XSL conversion?

I really like XSL transformations, I use them to output HTML data from dbms.

Now I have some data in the DBMS that I like to generate PDF output. I have not written dbms for an XML script for this data yet, so I have no commitment to any set of XML tags.

Thanks in advance!

+4
source share
1 answer

Depends on your XML. If you have, for example, a Docbook, check out the David Pawson website , for HTML IBM has a good developerWorks example . Both follow the XML path → through XSLT → XSL-FO → through Apache FOP → PDF.

Greetings

+5
source

All Articles