Re: [xsl] XML to PDF

Subject: Re: [xsl] XML to PDF
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 21 Jun 2003 12:18:39 -0600 (MDT)
> I'd like transform my XML into PDF fromat using XSL.

Use XSLT to produce an XML description of the layout using the XSL Formatting
Objects (XSL-FO) vocabulary. Then run this through the Apache FOP processor to
produce a PDF file.

http://xml.apache.org/fop/ should have pretty much all the info you need.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread