vgritsenko    2002/06/30 17:33:37

  Modified:    src/java/org/apache/cocoon/components/xslt Tag:
                        cocoon_2_0_3_branch XSLTProcessorImpl.java
  Log:
  typo
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.18.2.4  +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/xslt/XSLTProcessorImpl.java
  
  Index: XSLTProcessorImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/xslt/XSLTProcessorImpl.java,v
  retrieving revision 1.18.2.3
  retrieving revision 1.18.2.4
  diff -u -r1.18.2.3 -r1.18.2.4
  --- XSLTProcessorImpl.java    1 Jul 2002 00:05:16 -0000       1.18.2.3
  +++ XSLTProcessorImpl.java    1 Jul 2002 00:33:37 -0000       1.18.2.4
  @@ -458,7 +458,7 @@
           Source xslSource = null;
           try {
               if (base == null || href.indexOf(":") > 1) {
  -                // Null base - href must be an absolute
  +                // Null base - href must be an absolute URL
                   xslSource = resolver.resolve(href);
               } else if (href.length() == 0) {
                   // Empty href resolves to base
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to