dleslie 00/12/15 08:58:06
Modified: java/samples/servlet DefaultApplyXSLTProperties.java
Log:
fixed typo in property name.
Revision Changes Path
1.7 +2 -2
xml-xalan/java/samples/servlet/DefaultApplyXSLTProperties.java
Index: DefaultApplyXSLTProperties.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/samples/servlet/DefaultApplyXSLTProperties.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultApplyXSLTProperties.java 2000/12/13 17:19:59 1.6
+++ DefaultApplyXSLTProperties.java 2000/12/15 16:58:04 1.7
@@ -1,5 +1,5 @@
/*****************************************************************************************************
- * $Id: DefaultApplyXSLTProperties.java,v 1.6 2000/12/13 17:19:59 dleslie
Exp $
+ * $Id: DefaultApplyXSLTProperties.java,v 1.7 2000/12/15 16:58:04 dleslie
Exp $
*
* Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
* This software is provided without a warranty of
any kind.
@@ -238,7 +238,7 @@
protected void setSystemProperties()
{
Properties props = new Properties();
- props.put("vax.xml.transform.TransformerFactory",
+ props.put("javax.xml.transform.TransformerFactory",
"org.apache.xalan.proccessor.TransformerFactoryImpl");
props.put("javax.xml.parsers.DocumentBuilderFactory",
"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");