On 27 Mar 2010, at 17:20, David Hoffer wrote: Hi David
> I'm looking for a tool to generate simple HTML & PDF documents. I've > seen websites say FOP can generate HTML but I don't see that listed as > an output on the FOP site. Can anyone clarify if this is > possible/supported? No, FOP does not support HTML as input or output format. Note that HTML /is/ a possible output format for XSLT, so you could opt to have one stylesheet to transform your XML to XSL-FO (input for FOP) and another to transform it to HTML. Regards Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
