mrglavas 2004/07/19 21:09:26
Modified: java/src/org/apache/xerces/impl/msg
XIncludeMessages.properties
Log:
Adding an error message for elements other than xi:include
from the XInclude namespace which appear on xi:fallback.
Revision Changes Path
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XIncludeMessages.properties 15 Apr 2004 04:51:56 -0000 1.8
+++ XIncludeMessages.properties 20 Jul 2004 04:09:26 -0000 1.9
@@ -7,6 +7,7 @@
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.
+FallbackChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other
than ''include'', are not allowed to be children of ''fallback'' 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]