> You can do XSLT processing separately, with xsltproc. It's a > pretty quick process, compared to the FOP step. The xsltproc > step will produce the single FO file you want, which FOP will > accept.
I haven't been following this conversation in full, but the above paragraph caught my eye. You can also use Xalan (included in the FOP distribution) or Saxon or a number of other XSLT processors. I use Saxon 8.4 (to get XSLT and XPath 2.0 features) to produce all my FO files, which I then send to FOP to get PDF output. FWIW Jay Bryant Bryant Communication Services (presently consulting at Synergistic Solution Technologies) Warren Young <[EMAIL PROTECTED]> 06/02/2005 03:39 PM Please respond to [email protected] To [email protected] cc Subject Re: XML2PDF formatting progress Glen Mazza wrote: > The problem with that would seem to be that the "file" is not usually a > single input FO document, but the combination of an XSL stylesheet with an > XML data file being fed into the XSL processor, --------------------------------------------------------------------- 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]
