peiyongz 2004/04/23 14:15:09
Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
XML1.0-3rd: EMPTY Element can not have content (not even entity references,
comments, PIs or white space).
Revision Changes Path
1.41 +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.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- XMLErrList_EN_US.Xml 21 Apr 2004 17:57:30 -0000 1.40
+++ XMLErrList_EN_US.Xml 23 Apr 2004 21:15:09 -0000 1.41
@@ -425,8 +425,9 @@
<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="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="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}' "/>
</Error>
</MsgDomain>
<MsgDomain Domain="http://apache.org/xml/messages/XML4CErrors">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]