Passing parameters from command line

2003-12-05 Thread Abhijit Junnare
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. 
Thanks in advance for the help.

Thanks,
Abhi

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



Re: Passing parameters from command line

2003-12-05 Thread J.Pietschmann
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]