venu 2003/12/02 23:32:56
Modified: java/src/org/apache/xerces/impl/msg
XIncludeMessages.properties
Log:
Added a message to print when href is missing.
Revision Changes Path
1.6 +2 -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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XIncludeMessages.properties 1 Dec 2003 21:52:32 -0000 1.5
+++ XIncludeMessages.properties 3 Dec 2003 07:32:56 -0000 1.6
@@ -15,10 +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]