ilene       2002/12/03 11:59:54

  Modified:    java/src/org/apache/xalan/processor Tag: xslt20
                        XSLTSchema.java
  Log:
  Noticed a typo in my travels....
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.1.2.3 +1 -1      
xml-xalan/java/src/org/apache/xalan/processor/XSLTSchema.java
  
  Index: XSLTSchema.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLTSchema.java,v
  retrieving revision 1.29.2.1.2.2
  retrieving revision 1.29.2.1.2.3
  diff -u -r1.29.2.1.2.2 -r1.29.2.1.2.3
  --- XSLTSchema.java   11 Oct 2002 21:23:18 -0000      1.29.2.1.2.2
  +++ XSLTSchema.java   3 Dec 2002 19:59:54 -0000       1.29.2.1.2.3
  @@ -270,7 +270,7 @@
                                                      XSLTAttributeDef.T_YESNO,
                                                      false);
       XSLTAttributeDef escapeUriAttributesAttr = new XSLTAttributeDef(null,
  -                                                   "excape-uri-asttributes",
  +                                                   "escape-uri-attributes",
                                                      XSLTAttributeDef.T_YESNO,
                                                      false);
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to