Re: [xsl] XML to PDF

Subject: Re: [xsl] XML to PDF
From: Dennis <maillistboxes@xxxxxxxxx>
Date: Sun, 22 Jun 2003 22:32:36 -0700 (PDT)
Surely XSL-Fo is the best way to go.
Another approach is to create an XSLT that will parse
a predefined XML (That represents the structure of
PDF).
Use Another XSLT to convert ur data XML to this
predefined XML format.
This is brute force approach to create and XSL. This
approach would be there to for generating simple PDF's

-Dennis




--- Mike Brown <mike@xxxxxxxx> wrote:
> > 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
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


Current Thread