sboag       01/01/30 23:30:27

  Modified:    java/src/org/apache/xalan/res XSLTErrorResources.java
  Log:
  Minor tweak for error message.
  
  Revision  Changes    Path
  1.14      +1 -1      
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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XSLTErrorResources.java   2001/01/02 03:36:42     1.13
  +++ XSLTErrorResources.java   2001/01/31 07:30:26     1.14
  @@ -1281,7 +1281,7 @@
     static
     {
       contents[WG_COULD_NOT_RESOLVE_PREFIX + MAX_CODE][1] =
  -      "Could not resolve namespace prefix: {0}. The attribute will be 
ignored.";
  +      "Could not resolve namespace prefix: {0}. The node will be ignored.";
     }
   
     /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
  
  
  

Reply via email to