You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2003/05/23 11:57:49 UTC

cvs commit: avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt XSLTProcessorImpl.java

cziegeler    2003/05/23 02:57:49

  Modified:    xmlutil/src/java/org/apache/excalibur/xml/xslt
                        XSLTProcessorImpl.java
  Log:
  Applying patch by Vadim Gritsenko [vadim.gritsenko@verizon.net]
  
  Revision  Changes    Path
  1.32      +2 -1      avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorImpl.java
  
  Index: XSLTProcessorImpl.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorImpl.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- XSLTProcessorImpl.java	24 Apr 2003 12:39:15 -0000	1.31
  +++ XSLTProcessorImpl.java	23 May 2003 09:57:48 -0000	1.32
  @@ -612,6 +612,7 @@
           TransformerHandler handler = m_factory.newTransformerHandler(
               (Templates)templateAndValidityAndIncludes[ 0 ] );
           handler.getTransformer().setErrorListener( m_errorHandler );
  +        handler.getTransformer().setURIResolver( this );
           return new TransformerHandlerAndValidity( handler, aggregated );
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org