Subject: Re: pdf transformation
From: David Tolpin <dvd@xxxxxxxxxxx>
Date: Wed, 2 Jan 2002 05:07:03 +0400 (AMT)
|
>
>
> 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
|