How are you doing the FOP step ?

Are you aware that the Command line for Fop can format the XSL-FO
file ? It can also execute the XSLT transformation producing a SAX
event stream that will be processed by Fop.

It depends on  whether you run:

java org.apache.fop.apps.Fop -fo file.fo 

or 

java org.apache.fop.apps.Fop -xsl x.xsl -xml x.xml


All is described on: http://xml.apache.org/fop/running.html
-- 
John Austin <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to