This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pdf transformation


> 
> 
>     I think there are several ways out there now to
> do xml-pdf transformation, what's the best/cleanest
> way to get the xml data, transform it to pdf, and display
> it on the web?
> 

Get the source xml data, apply an XSLT transformation (stylesheet)
to transform it into an XSL FO compliant structure, then pass the
.fo to a renderer. Most renderers provide you with tools and
interfaces to encapsulate both steps within one call and to embed
them into servers.

David Tolpin
RenderX

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]