mrglavas 2005/01/14 11:23:59
Modified: java/src/org/apache/xerces/impl/msg
XIncludeMessages.properties
Log:
Rewording the message for RootElementRequired.
Revision Changes Path
1.12 +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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XIncludeMessages.properties 1 Oct 2004 03:06:13 -0000 1.11
+++ XIncludeMessages.properties 14 Jan 2005 19:23:59 -0000 1.12
@@ -19,7 +19,7 @@
XpointerMissing = xpointer attribute must be present when href attribute is
absent.
AcceptMalformed = Characters outside the range #x20 through #x7E are not
allowed in the value of the 'accept' attribute of an 'include' element.
AcceptLanguageMalformed = Characters outside the range #x20 through #x7E are
not allowed in the value of the 'accept-language' attribute of an 'include'
element.
-RootElementRequired = The root element is required in a well-formed document.
+RootElementRequired = A well-formed document requires a root element.
MultipleRootElements = A well-formed document must not contain multiple root
elements.
ContentIllegalAtTopLevel = The replacement of an 'include' element appearing
as the document element in the top-level source infoset cannot contain
characters.
UnexpandedEntityReferenceIllegal = The replacement of an 'include' element
appearing as the document element in the top-level source infoset cannot
contain unexpanded entity references.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]