K
klaus
Hello,
I want to pass a parameter to an xslt using saxon on a windoes 2000
system.
I'm using this command line in a batch file:
java -jar c:\programme\saxon\saxon8.jar -v -novw -o
...\html_files\output.html ..\xml_files\input.xml
...\xslt\xml2html.xsl language=EN
The problem is the last parmater for saxon "language=EN" this parameter
is split by (the dos box ?) to two paramters "langauge" and "EN" ang
the "=" has gone.
I checked this behavior using another batchfile just used to report the
paramters (echo %1 %2 %3 ...)
Of course saxon doesn't understand this paramter when it's split into
two.
How can a variable of an xslt be set by saxon using a command line on a
windows 2000 system (maybe it's also a problem on other version of
windows) ?
Regards
Klaus
I want to pass a parameter to an xslt using saxon on a windoes 2000
system.
I'm using this command line in a batch file:
java -jar c:\programme\saxon\saxon8.jar -v -novw -o
...\html_files\output.html ..\xml_files\input.xml
...\xslt\xml2html.xsl language=EN
The problem is the last parmater for saxon "language=EN" this parameter
is split by (the dos box ?) to two paramters "langauge" and "EN" ang
the "=" has gone.
I checked this behavior using another batchfile just used to report the
paramters (echo %1 %2 %3 ...)
Of course saxon doesn't understand this paramter when it's split into
two.
How can a variable of an xslt be set by saxon using a command line on a
windows 2000 system (maybe it's also a problem on other version of
windows) ?
Regards
Klaus