Hi Andreas, Thanks for that clarification. In my case I don't have XML, rather I just have some calculated data with descriptions. So I'd me making XML just to satisfy tools. I realize this is getting off topic for this group...but what I really want is a Java tool that can take POJOs and generate HTML and/or PDF.
Thanks, Dave On Sat, Mar 27, 2010 at 10:35 AM, Andreas Delmelle <[email protected]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
