peiyongz 2004/04/27 12:18:27
Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
XML1.0-3rd VC: element content(children) dont allow white space from
EntityRef/CharRef
Revision Changes Path
1.42 +3 -2 xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
Index: XMLErrList_EN_US.Xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- XMLErrList_EN_US.Xml 23 Apr 2004 21:15:09 -0000 1.41
+++ XMLErrList_EN_US.Xml 27 Apr 2004 19:18:26 -0000 1.42
@@ -425,9 +425,10 @@
<Message Id="IC_KeyNotFound" Text="The key for identity constraint of
element '{0}' is not found."/>
<Message Id="NonWSContent" Text="Non-whitespace characters are not
allowed in schema elements other than 'appinfo' and 'documentation'."/>
<Message Id="EmptyElemNotationAttr" Text="EMPTY Element '{0}' has
Attribute '{1}' of type NOTATION "/>
- <Message Id="EmptyElemHasContent" Text="EMPTY Element '{0}' can't
have content(not even entity references, comments, PIs or white space). "/>
+ <Message Id="EmptyElemHasContent" Text="EMPTY Element '{0}' can't
have content(not even entity references, comments, PIs or white space). "/>
<Message Id="ElemOneNotationAttr" Text="Element '{0}' has more than
one Attribute of type NOTATION "/>
- <Message Id="AttrDupToken" Text="Attribute '{0}' has non
distinct token '{1}' "/>
+ <Message Id="AttrDupToken" Text="Attribute '{0}' has non
distinct token '{1}' "/>
+ <Message Id="ElemChildrenHasInvalidWS" Text="Element '{0}' 's content
model(children) does not allow escaped white space. "/>
</Error>
</MsgDomain>
<MsgDomain Domain="http://apache.org/xml/messages/XML4CErrors">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]