You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/10/02 21:00:56 UTC

cvs commit: xml-xerces/c/src/NLS/EN_US XMLErrList_EN_US.Xml

peiyongz    01/10/02 12:00:56

  Modified:    c/src/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  Add: Invalid_Name, Invalid_Facet_Tag to take 1 parameter
  
  Revision  Changes    Path
  1.48      +3 -2      xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- XMLErrList_EN_US.Xml	2001/09/20 13:11:41	1.47
  +++ XMLErrList_EN_US.Xml	2001/10/02 19:00:56	1.48
  @@ -525,7 +525,7 @@
               <Message Id="FACET_Len_minLen" Text="It is an error for both length and minLength to be members of facets"/>
               <Message Id="FACET_maxLen_minLen" Text="Value of maxLenght '{0}' must be greater than the value of minLength '{1}'"/>
               <Message Id="FACET_bool_Pattern" Text="Only constraining facet in boolean datatype is PATTERN"/>
  -            <Message Id="FACET_Invalid_Tag" Text="Invalid Facet Tag"/>
  +            <Message Id="FACET_Invalid_Tag" Text="Invalid Facet Tag '{0}'"/>
               <Message Id="FACET_Len_baseLen" Text="Value of Length '{0}' must be equal to the base Length '{1}'"/>
               <Message Id="FACET_minLen_baseminLen" Text="Value of minLength '{0}' must be greater than or equal to the base minLength '{1}'"/>
               <Message Id="FACET_minLen_basemaxLen" Text="Value of minLength '{0}' must be less than or equal to the base maxLength '{1}'"/>
  @@ -603,7 +603,8 @@
               <Message Id="VALUE_exceed_minExcl" Text="Value '{0}' must be greater than MinExclusive '{1}' "/>
               <Message Id="VALUE_WS_replaced" Text="Value '{0}' is not whitespace replaced "/>
               <Message Id="VALUE_WS_collapsed" Text="Value '{0}' is not a whitespace collapsed "/>
  -            <Message Id="VALUE_Invalid_NCName" Text="Value '{0}' is not valida NCName "/>
  +            <Message Id="VALUE_Invalid_NCName" Text="Value '{0}' is not valid NCName "/>
  +            <Message Id="VALUE_Invalid_Name" Text="Value '{0}' is not valid Name "/>
               <Message Id="VALUE_ID_Not_Unique" Text="ID '{0}' is not unique "/>
               <Message Id="VALUE_ENTITY_Invalid" Text="Value '{0}' is not valid ENTITY "/>
               <Message Id="VALUE_QName_Invalid" Text="Value '{0}' is not valid QName "/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org