Hi, Stefan Which version of JDK were you using? For JDK1.4+, if you want to use a specific version of Xalan, please refer to http://xml.apache.org/xalan-j/faq.html#faq-N100EF
Hope, it helps. Christine Li XML Transformation IBM Toronto Lab Tel: (905)413-2601 Email: [EMAIL PROTECTED] "Stefan Keller" <[EMAIL PROTECTED]> 10/02/2008 03:52 PM Please respond to xalan-dev@xml.apache.org To xalan-dev@xml.apache.org cc Subject XSLTC with TransformerFactoryConfigurationError Hi, just another boring classpath error... I just like to speed up my XSLT and followed closely the download instructions (Xerces-J-bin.2.9.0.zip, xalan-j_2_7_1-bin-2jars.zip) as well as the tips here http://xml.apache.org/xalan-j/xsltc_usage.html#xsltcsmart This is the command (written on separate lines for readability): $ java -cp lib\xalan.jar;lib\serializer.jar;lib\xml-apis.jar;lib\xercesImpl.jar -Xmx512M -Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl org.apache.xalan.xslt.Process -xsl osm2gml.xsl -in osm_example.osm -out osm_example.gml -xsltc -xt -xj osm2gml.jar -n javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.xsltc.trax.TransformerFactoryImpl not found at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:108) at org.apache.xalan.xslt.Process.main(Process.java:200) Xalan: war nicht erfolgreich. Exception in thread "main" java.lang.RuntimeException: Xalan: war nicht erfolgreich. at org.apache.xalan.xslt.Process.doExit(Process.java:1155) at org.apache.xalan.xslt.Process.main(Process.java:213) $ What is going wrong here: my classpath or the xslt documentation? Stefan