Re: [xml-dev] XML Hangover

From
Joe Schaffner <>
To
Date
2005-07-13T18:44:23Z
ID
<>
Thread
Re: [xml-dev] XML Hangover
Thanks Jonathan, I'll keep them in mind.
 
Joe

 
On 7/11/05, Jonathan Robie <[email protected]> wrote:
Joe Schaffner wrote:

>
> I assume there is nothing stopping me from using XSL-T to transform my
> HTML to PDF, but it seems best to output XSL-FO then create a PDF
> using some kind of tool. What is that tool?

You need an FO processor that supports PDF. Here are two good ones.

RenderX
http://renderx.com/news/index.html

Antenna House
http://www.antennahouse.com/

FOP is an open source FO processor - but I don't think it will do what
you need.
http://xml.apache.org/fop/

Jonathan