zongaro 2003/08/26 14:33:20 Modified: java/src/org/apache/xalan/res XSLTInfo.properties Log: Removed property for org.xml.sax.driver. This is something that should be set by either the user's application code or by a META-INF/service/org.xml.sax.driver supplied with an XML parser. Xalan shouldn't be responsible for setting it. Reviewed with Christine Li ([EMAIL PROTECTED]). Revision Changes Path 1.34 +0 -7 xml-xalan/java/src/org/apache/xalan/res/XSLTInfo.properties Index: XSLTInfo.properties =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTInfo.properties,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- XSLTInfo.properties 21 Feb 2003 19:55:10 -0000 1.33 +++ XSLTInfo.properties 26 Aug 2003 21:33:20 -0000 1.34 @@ -9,10 +9,3 @@ # W3C XSL Transformations (XSLT) Version 1.0 version=1.0 - -# The XML Parser for SAX2 -# Since XMLReaderFactory doesn't have it's own properties file, -# but simply reads the system properties, Xalan tries to load -# this value into the system properties. -org.xml.sax.driver=org.apache.xerces.parsers.SAXParser -# org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
