mrglavas    2003/11/30 20:51:07

  Modified:    java/src/org/apache/xerces/impl/msg
                        XIncludeMessages.properties
  Log:
  Updating messages to incorporate change to XInclude namespace
  from latest WD: http://www.w3.org/TR/2003/WD-xinclude-20031110/
  
  Revision  Changes    Path
  1.4       +1 -1      
xml-xerces/java/src/org/apache/xerces/impl/msg/XIncludeMessages.properties
  
  Index: XIncludeMessages.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XIncludeMessages.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XIncludeMessages.properties       17 Oct 2003 21:43:12 -0000      1.3
  +++ XIncludeMessages.properties       1 Dec 2003 04:51:07 -0000       1.4
  @@ -6,7 +6,7 @@
   NoFallback = An 'include' failed, and no 'fallback' element was found.
   MultipleFallbacks = The [children] of an 'include' element cannot contain more than 
one 'fallback' element.
   FallbackParent = A 'fallback' element was found that did not have 'include' as the 
parent.
  -IncludeChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other 
than ''fallback'', are not allowed to be children of ''include'' elements.  However, 
''{0}'' was found.
  +IncludeChild = Elements from namespace ''http://www.w3.org/2003/XInclude'', other 
than ''fallback'', are not allowed to be children of ''include'' elements.  However, 
''{0}'' was found.
   HrefMissing = The 'href' attribute of an 'include' element is missing.
   RecursiveInclude = Recursive include detected.  Document ''{0}'' was already 
processed.
   InvalidParseValue = Invalid value for ''parse'' attribute on ''include'' element: 
''{0}''.
  
  
  

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

Reply via email to