You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Marc Primozic <pr...@adtech.de> on 2002/05/16 18:45:59 UTC

AW: xalan-2.0.0 vs xalan-2.3.1 the parameter "-param" is not work ing in 2.3.1

Hello David,

this is working:

>java -cp ..\lib\xalan-2.0.0.jar;..\lib\xercesIm
pl.jar;..\lib\xml-apis.jar;..\lib\bsf.jar;. org.apache.xalan.xslt.Process
-param
 mode fast -in output_xml\test_de.xml -xsl
c:\adtech_userdoku\xsl\userguide_xml2
pdf.xsl -out test.fo



this not, where the only differenz is the new xalan.jar in the classpath
(same xalan-2.3.1 and xalan-2.2.0):

>java -cp ..\lib\xalan.jar;..\lib\xercesImpl.jar
;..\lib\xml-apis.jar;..\lib\bsf.jar;. org.apache.xalan.xslt.Process -param
mode
fast -in output_xml\test_de.xml -xsl
c:\adtech_userdoku\xsl\userguide_xml2pdf.xs
l -out test.fo


file:///c:/adtech_userdoku/xsl/userguide_xml2pdf.xsl; Line 68; Column 62;
XSLT E
rror (javax.xml.transform.TransformerConfigurationException):
javax.xml.transfor
m.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Could
not
find variable with the name of mode


thanks,
marc

-----Ursprüngliche Nachricht-----
Von: David Marston/Cambridge/IBM [mailto:david_marston@us.ibm.com]
Gesendet: Donnerstag, 16. Mai 2002 18:33
An: xalan-j-users@xml.apache.org
Cc: Marc Primozic
Betreff: Re: xalan-2.0.0 vs xalan-2.3.1 the parameter "-param" is not
working in 2.3.1



Marc writes:
>I upgraded from 2.00 to 2.3.1...
>but I cannot use the -param option anymore

It would help to show the exact command line that no longer works.
I think that between 2.0 and now, we simplified what is allowed
for the "value" argument. Perhaps you have an expression with
operators or a quoting issue?
.................David Marston