mrglavas 2005/05/08 11:42:24
Modified: java/src/org/apache/xerces/impl/msg
XIncludeMessages.properties
Log:
Adding a new error message for same document references.
Revision Changes Path
1.13 +1 -0
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XIncludeMessages.properties 14 Jan 2005 19:23:59 -0000 1.12
+++ XIncludeMessages.properties 8 May 2005 18:42:24 -0000 1.13
@@ -25,6 +25,7 @@
UnexpandedEntityReferenceIllegal = The replacement of an 'include' element
appearing as the document element in the top-level source infoset cannot
contain unexpanded entity references.
HrefFragmentIdentifierIllegal = Fragment identifiers must not be used. The
''href'' attribute value ''{0}'' is not permitted.
HrefSyntacticallyInvalid = ''href'' attribute value ''{0}'' is syntactically
invalid. After applying escaping rules the value is neither a syntactically
correct URI or IRI.
+XPointerStreamability = "An xpointer was specified that points to a location
in the source infoset. This location cannot be accessed due to the streaming
nature of the processor.
# Messages from erroneous set-up
IncompatibleNamespaceContext = The type of the NamespaceContext is
incompatible with using XInclude; it must be an instance of
XIncludeNamespaceSupport
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]