dleslie 01/05/18 13:39:06 Modified: java/xdocs/sources/xalan xsltc_usage.xml Log: Added comment on loading properties from properties file. Revision Changes Path 1.15 +2 -0 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.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xsltc_usage.xml 2001/05/18 16:51:17 1.14 +++ xsltc_usage.xml 2001/05/18 20:39:05 1.15 @@ -334,6 +334,7 @@ import javax.xml.transform.stream.StreamResult; ... // Set the TransformerFactory system property. +// Note: For more flexibility, load properties from a properties file. String key = "javax.xml.transform.TransformerFactory"; String value = "org.apache.xalan.xsltc.runtime.TransformerFactoryImpl"; Properties props = System.getProperties(); @@ -365,6 +366,7 @@ import javax.xml.transform.stream.StreamResult; ... // Set the TransformerFactory system property. +// Note: For more flexibility, load properties from a properties file. String key = "javax.xml.transform.TransformerFactory"; String value = "org.apache.xalan.xsltc.runtime.TransformerFactoryImpl"; Properties props = System.getProperties();
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
