dleslie     00/12/15 09:21:26

  Modified:    java/samples/servlet DefaultApplyXSLTProperties.java
  Log:
  fixed typo in property name.
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultApplyXSLTProperties.java   2000/12/15 16:58:04     1.7
  +++ DefaultApplyXSLTProperties.java   2000/12/15 17:21:20     1.8
  @@ -1,5 +1,5 @@
   
/*****************************************************************************************************
  - * $Id: DefaultApplyXSLTProperties.java,v 1.7 2000/12/15 16:58:04 dleslie 
Exp $
  + * $Id: DefaultApplyXSLTProperties.java,v 1.8 2000/12/15 17:21:20 dleslie 
Exp $
    * 
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *                           This software is provided without a warranty of 
any kind.
  @@ -239,7 +239,7 @@
        {
          Properties props = new Properties();
       props.put("javax.xml.transform.TransformerFactory", 
  -              "org.apache.xalan.proccessor.TransformerFactoryImpl");
  +              "org.apache.xalan.processor.TransformerFactoryImpl");
       props.put("javax.xml.parsers.DocumentBuilderFactory", 
                 "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
       props.put("javax.xml.parsers.SAXParserFactory", 
  
  
  

Reply via email to