jkesselm 00/09/21 12:15:44
Modified: java/src/org/apache/xalan/res XSLTInfo.properties
java/src/trax trax.properties
Log:
(Minor cleanup)
Revision Changes Path
1.3 +1 -2
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSLTInfo.properties 2000/09/21 19:10:07 1.2
+++ XSLTInfo.properties 2000/09/21 19:15:43 1.3
@@ -7,8 +7,7 @@
vendor-url=http://xml.apache.org/xalan
# The TRaX Stylesheet processor
-# trax.processor.xslt=org.apache.xalan.processor.StylesheetProcessor
-trax.processor.xslt=org.apache.xalan.processor.CompilingStylesheetProcessor
+trax.processor.xslt=org.apache.xalan.processor.StylesheetProcessor
# The XML Parser for SAX2
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
1.3 +2 -2 xml-xalan/java/src/trax/trax.properties
Index: trax.properties
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/trax/trax.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- trax.properties 2000/09/21 19:10:10 1.2
+++ trax.properties 2000/09/21 19:15:44 1.3
@@ -1,5 +1,5 @@
#
-# $Revision: 1.2 $ $Date: 2000/09/21 19:10:10 $
+# $Revision: 1.3 $ $Date: 2000/09/21 19:15:44 $
#
# Note: This properties file is provided for illustrative purposes
# only and is not part of the interface definition.
@@ -9,11 +9,11 @@
#
#
-# List the methods supported by this implementation
+# Lis the methods supported by this implementation
#
serialize.methods=xml,html,xhtml,text,wml:wml
#
# Use the Xalan serializer implementation for the default XSLT processor
#
-trax.processor.xslt=org.apache.xalan.processor.CompilingStylesheetProcessor
+trax.processor.xslt=org.apache.xalan.processor.StylesheetProcessor