You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2005/03/03 20:32:40 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java

jycli       2005/03/03 11:32:39

  Modified:    java/src/org/apache/xalan/res XSLTErrorResources.java
  Log:
  Added implementation for getAttribute, getAttributeNS and
  getAttributes for LRE. A fix for bug report XALANJ-1526
  
  Revision  Changes    Path
  1.47      +7 -2      xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java
  
  Index: XSLTErrorResources.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- XSLTErrorResources.java	15 Dec 2004 17:35:31 -0000	1.46
  +++ XSLTErrorResources.java	3 Mar 2005 19:32:39 -0000	1.47
  @@ -453,7 +453,8 @@
   	 "WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME";
     public static final String WG_ILLEGAL_ATTRIBUTE_POSITION = 
   	 "WG_ILLEGAL_ATTRIBUTE_POSITION";
  -
  +  public static final String NO_MODIFICATION_ALLOWED_ERR = 
  +         "NO_MODIFICATION_ALLOWED_ERR";
   
   //  public static final int ER_NO_CURLYBRACE = 1;
     /*
  @@ -2334,6 +2335,10 @@
       { WG_ILLEGAL_ATTRIBUTE_POSITION,
         "Cannot add attribute {0} after child nodes or before an element is produced.  Attribute will be ignored."},
   
  +    { NO_MODIFICATION_ALLOWED_ERR,
  +      "An attempt is made to modify an object where modifications are not allowed."
  +    },
  +
       //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
   
     // Other miscellaneous text used inside the code...
  
  
  

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