Hello, this is working:
>java -cp ..\lib\xalan-2.0.0.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.xsl -out test.fo this not, where the only difference is the new xalan.jar in the classpath (same for xalan-2.3.1, xalan-2.2.0, and the build latest build xalan-j_20020516-bin): >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.xsl -out test.fo Error: userguide_xml2pdf.xsl; Line 68; Column 62;XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the name of mode I also changed the name of the param from mode thanks, I'm training to be a better mail-lister, marc
