venu        2003/12/02 23:51:41

  Modified:    java/src/org/apache/xerces/impl/msg Tag: jaxp13-2_6-branch
                        XIncludeMessages.properties
  Log:
  picking up changes made by michaele, venu ....  from main trunk.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +6 -2      
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.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- XIncludeMessages.properties       17 Oct 2003 21:43:12 -0000      1.3
  +++ XIncludeMessages.properties       3 Dec 2003 07:51:41 -0000       1.3.2.1
  @@ -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}''.
  @@ -15,7 +15,11 @@
   TextResourceError = Include operation failed, reverting to fallback. Resource error 
reading file as text (href=''{0}''). Reason: {1}
   NonDuplicateNotation = Multiple notations were used which had the name ''{0}'', but 
which were not determined to be duplicates.
   NonDuplicateUnparsedEntity = Multiple unparsed entities were used which had the 
name ''{0}'', but which were not determined to be duplicates.
  +XpointerMissing = xpointer attribute must be present when href attribute is absent
  +
  +# Warning Messages
  +OldXIncludeNamespace = At least one 'include' or 'fallback' element in the document 
is bound to the old ''http://www.w3.org/2001/XInclude'' namespace. This namespace is 
no longer processed. The namespace ''http://www.w3.org/2003/XInclude'' must be used 
for XInclude processing.
   
   # Messages from erroneous set-up
   IncompatibleNamespaceContext = The type of the NamespaceContext is incompatible 
with using XInclude; it must be an instance of XIncludeNamespaceSupport
  -ExpandedSystemId = Could not expand system id of included resource
  \ No newline at end of file
  +ExpandedSystemId = Could not expand system id of included resource
  
  
  

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

Reply via email to