saxon input parameters
Hi all,
I'm working on a xslt file that has to perform transformations depending on and input parameter.Ive declared this parameter as a child of <stylsheet> but I dont know how to call saxon along with the value of this parameter.
At the moment my call looks like:
java -jar saxon8.jar -t input.xml input.xsl [parameter??] > output.xml
|