tng 2002/11/05 13:41:09 Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml Log: New Messages for misc. Oasis test fixes. Revision Changes Path 1.11 +3 -1 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XMLErrList_EN_US.Xml 22 Aug 2002 20:26:00 -0000 1.10 +++ XMLErrList_EN_US.Xml 5 Nov 2002 21:41:09 -0000 1.11 @@ -296,6 +296,8 @@ <Message Id="BadSchemaLocation" Text="The schemaLocation attribute does not contain pairs of values."/> <Message Id="NoGrammarResolver" Text="Internal error: don't have a GrammarResolver for TraverseSchema"/> <Message Id="SchemaScanFatalError" Text="Fatal error encountered during schema scan"/> + <Message Id="IllegalRefInStandalone" Text="Reference to external entity declaration '{0}' is not allowed in a standalone document."/> + <Message Id="PEBetweenDecl" Text="Partial markup in parameter entity replacement text in a complete declaration."/> </FatalError> </MsgDomain> <MsgDomain Domain="http://apache.org/xml/messages/XMLValidity"> @@ -378,7 +380,7 @@ <Message Id="GenericError" Text="Schema error during parsing"/> <Message Id="ElementNotQualified" Text="Element '{0}' should be qualified"/> <Message Id="ElementNotUnQualified" Text="Element '{0}' should be un-qualified"/> - <Message Id="IllegalRefInStandalone" Text="Reference to external entity declaration '{0}' is not allowed in a standalone document."/> + <Message Id="VC_IllegalRefInStandalone" Text="Reference to external entity declaration '{0}' is not allowed in a standalone document."/> <Message Id="NoDefAttForStandalone" Text="Attribute '{0}' for element '{1}' has a default value and must be specified in a standalone document."/> <Message Id="NoAttNormForStandalone" Text="Attribute '{0}' must not be changed by normalization in a standalone document."/> <Message Id="NoWSForStandalone" Text="White space must not occur between externally declared elements with element content in a standalone document."/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]