dleslie 01/05/17 09:41:36 Modified: java/xdocs/sources/xalan xsltc_usage.xml Log: Fixed key name for TransformerFactory system property. Revision Changes Path 1.13 +2 -2 xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml Index: xsltc_usage.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xsltc_usage.xml 2001/05/17 16:08:58 1.12 +++ xsltc_usage.xml 2001/05/17 16:41:33 1.13 @@ -333,7 +333,7 @@ import javax.xml.transform.stream.StreamResult; ... // Set the TransformerFactory system property. -String key = "javax.xml.transformer.TransformerFactory"; +String key = "javax.xml.transform.TransformerFactory"; String value = "org.apache.xalan.xsltc.runtime.TransformerFactoryImpl"; Properties props = System.getProperties(); props.put(key, value); @@ -363,7 +363,7 @@ import javax.xml.transform.stream.StreamResult; ... // Set the TransformerFactory system property. -String key = "javax.xml.transformer.TransformerFactory"; +String key = "javax.xml.transform.TransformerFactory"; String value = "org.apache.xalan.xsltc.runtime.TransformerFactoryImpl"; Properties props = System.getProperties(); props.put(key, value);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
