peiyongz 2003/03/01 11:32:11 Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml Log: TotalDigits value must be a positiveInteger Revision Changes Path 1.28 +1 -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.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- XMLErrList_EN_US.Xml 22 Feb 2003 18:16:46 -0000 1.27 +++ XMLErrList_EN_US.Xml 1 Mar 2003 19:32:11 -0000 1.28 @@ -599,7 +599,7 @@ <Message Id="FACET_Invalid_MinExcl" Text="MinExclusive '{0}' is invalid"/> <Message Id="FACET_Invalid_TotalDigit" Text="TotalDigit Value '{0}' is invalid"/> <Message Id="FACET_Invalid_FractDigit" Text="FractionDigit Value '{0}' is invalid"/> - <Message Id="FACET_NonNeg_TotalDigit" Text="TotalDigit Value '{0}' must be a nonNegativeInteger"/> + <Message Id="FACET_PosInt_TotalDigit" Text="TotalDigit Value '{0}' must be a PositiveInteger"/> <Message Id="FACET_NonNeg_FractDigit" Text="FractionDigit Value '{0}' must be a nonNegativeInteger"/> <Message Id="FACET_max_Incl_Excl" Text="It is an error for both maxInclusive and maxExclusive to be specified for the same datatype"/> <Message Id="FACET_min_Incl_Excl" Text="It is an error for both minInclusive and minExclusive to be specified for the same datatype"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]