mmidy       00/03/16 12:47:24

  Modified:    src/org/apache/xalan/xslt Tag: Bxalan_1_0_0
                        XSLTEngineImpl.java
  Log:
  Resource error messages and messages for exceptions.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.55.2.4  +1 -1      xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java
  
  Index: XSLTEngineImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java,v
  retrieving revision 1.55.2.3
  retrieving revision 1.55.2.4
  diff -u -r1.55.2.3 -r1.55.2.4
  --- XSLTEngineImpl.java       2000/03/16 18:12:20     1.55.2.3
  +++ XSLTEngineImpl.java       2000/03/16 20:47:23     1.55.2.4
  @@ -511,7 +511,7 @@
         if((null != resultNode) 
            && (!(resultNode instanceof org.apache.xerces.dom.NodeImpl)))
         {
  -        throw new SAXException("Can not mix Xerces-DOM input with non 
Xerces-DOM output!");
  +        throw new 
SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_MIX_XERCESDOM,
 null)); //"Can not mix Xerces-DOM input with non Xerces-DOM output!");
         }
   
         XMLParserLiaison newLiaison = new 
org.apache.xalan.xpath.xdom.XercesLiaison();
  
  
  

Reply via email to