Hi, Anil,

Yes.

To get the .fo file, run Xalan rather than FOP. For example:

xalan -in mysource.xml -xsl mystylesheet.xsl -out myout.fo

Then, to turn the FO file into PDF, you can use:

fop -fo myout.fo -pdf mypdf.pdf

You can also use this feature to separate FOP from Xalan. I use Saxon 8.5, 
so that I can use XSLT 2.0 and the run FOP against the resulting FO file.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




"Anil Pinto" <[EMAIL PROTECTED]> 
08/25/2005 01:12 PM
Please respond to
fop-users@xmlgraphics.apache.org


To
"Fop-Users" <fop-users@xmlgraphics.apache.org>
cc

Subject
.FO outout






Hi all,

Is it possible to see the .fo output that FOP uses once it accepts the xml
and xsl to create the pdf from the command line ?

Thanks in advance.
Anil Pinto.


---------------------------------------------------------------------
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]

Reply via email to