Abhijit Junnare wrote:
I am using FOP and XSLT to generate PDF. I have about
10 parameters defined at the top level in the
stylesheet.
I am wondering how can I pass valus of these paramters
to the stylesheet while executing FOP from command
line. I know this is a newbee question.

There is no way to pass parameters to the XSLT processors in the FOP command line. You either have to run the XSL transformation standalone http://xml.apache.org/fop/running.html#check-input the run the resulting FO through FOP, or use your own wrapper.

J.Pietschmann


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



Reply via email to