peiyongz 2004/06/03 08:34:05 Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml Log: XML1.1: The characters #x85 and #x2028 cannot be reliably recognized and translated until an entity's encoding declaration (if present) has been read. Therefore, it is a fatal error to use them within the XML declaration or text declaration. Revision Changes Path 1.46 +1 -0 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.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- XMLErrList_EN_US.Xml 14 May 2004 14:54:30 -0000 1.45 +++ XMLErrList_EN_US.Xml 3 Jun 2004 15:34:05 -0000 1.46 @@ -503,6 +503,7 @@ <Message Id="RdrMgr_ReaderIdNotFound" Text="The indicated reader id was never found"/> <Message Id="Reader_BadAutoEncoding" Text="The auto encoding enum has an unknown value"/> <Message Id="Reader_CouldNotDecodeFirstLine" Text="Could not decode first line of entity: {0}"/> + <Message Id="Reader_NelLsepinDecl" Text="XMLDecl or TextDecl can not have NEL or lsep: {0}"/> <Message Id="Reader_EOIInMultiSeq" Text="End of input was hit in the middle of a multibyte sequence"/> <Message Id="Reader_SrcOfsNotSupported" Text="The current transcoding service does not support source offset information"/> <Message Id="Reader_EncodingStrRequired" Text="EBCDIC files must provide an encoding= string"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]