knoaman 2003/03/18 11:41:33 Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml Log: Schema Errata E2-18 + misc. regex fixes. Revision Changes Path 1.31 +7 -4 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.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- XMLErrList_EN_US.Xml 11 Mar 2003 21:29:01 -0000 1.30 +++ XMLErrList_EN_US.Xml 18 Mar 2003 19:41:33 -0000 1.31 @@ -555,8 +555,7 @@ <Message Id="Parser_CC3" Text="Unknown name for a POSIX character class"/> <Message Id="Parser_CC4" Text="'-' is invalid here"/> <Message Id="Parser_CC5" Text="']' is expected"/> - <Message Id="Parser_CC6" Text="'[' is invalid in a character class. Write '\['"/> - <Message Id="Parser_CC7" Text="']' is invalid in a character class. Write '\]'"/> + <Message Id="Parser_CC6" Text="'{0}' is not a valid character range; use '\{1}' instead"/> <Message Id="Parser_Ope1" Text="='[' is expected"/> <Message Id="Parser_Ope2" Text="')' or '-[' or '+[' or '&[' is expected"/> <Message Id="Parser_Ope3" Text="The range end code point '{0}' is less than the start code point '{1}'"/> @@ -566,7 +565,12 @@ <Message Id="Parser_Descape4" Text="Invalid Unicode code point"/> <Message Id="Parser_Descape5" Text="An anchor must not be here"/> <Message Id="Parser_Process1" Text="This expression is not supported in the current option setting"/> - <Message Id="Parser_Process2" Text="Regular expression: unrecognized character '{0}' in charRange"/> + <Message Id="Parser_Process2" Text="'{0}' is not a valid character escape"/> + <Message Id="Parser_Quantifier1" Text="Invalid quantifier in '{0}'. A digit is expected"/> + <Message Id="Parser_Quantifier2" Text="Invalid quantifier in '{0}'. Invalid quantity or a '}' is missing"/> + <Message Id="Parser_Quantifier3" Text="Invalid quantifier in '{0}'. A digit or '}' is expexted"/> + <Message Id="Parser_Quantifier4" Text="Invalid quantifier in '{0}'. A min quantity must be <= a max quantity"/> + <Message Id="Parser_Quantifier5" Text="Invalid quantifier in '{0}'. A quantity value overflow"/> <Message Id="Gen_NoSchemaValidator" Text="A schema was seen but the installed validator does not understand schema"/> <Message Id="XUTIL_UnCopyableNodeType" Text="The {0} node type is not valid for copy"/> <Message Id="SubGrpComparator_NGR" Text="SubstitutionGroupComparator has no grammar resolver"/> @@ -705,7 +709,6 @@ <Message Id="Regex_RangeTokenGetError" Text="Failed to get RangeToken for: {0}"/> <Message Id="Regex_NotSupported" Text="Not supported"/> <Message Id="Regex_InvalidChildIndex" Text="Invalid child index"/> - <Message Id="Regex_InvalidQuantifier" Text="Invalid quantifier in '{0}'"/> <Message Id="Regex_RepPatMatchesZeroString" Text="Replace pattern cannot match zero length string"/> <Message Id="Regex_InvalidRepPattern" Text="Invalid replace pattern"/> <Message Id="NEL_RepeatedCalls" Text="Enabling the NEL option can only be called once per process."/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]