You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/01/05 21:25:48 UTC

cvs commit: xml-xerces/c/src/util/MsgLoaders/MsgCatalog XMLMsgCat_EN_US.Msg

roddey      00/01/05 12:25:48

  Modified:    c/src/util/MsgLoaders/MsgCatalog XMLMsgCat_EN_US.Msg
  Log:
  New generation of the msg cat file, based on the new set number scheme
  
  Revision  Changes    Path
  1.6       +28 -27    xml-xerces/c/src/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg
  
  Index: XMLMsgCat_EN_US.Msg
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLMsgCat_EN_US.Msg	1999/12/23 01:43:28	1.5
  +++ XMLMsgCat_EN_US.Msg	2000/01/05 20:25:47	1.6
  @@ -129,6 +129,34 @@
   
   
   $set 2
  +  2  Unknown element '{0}'
  +  3  Attribute '{0}' not defined
  +  4  Notation '{0}' was referenced but never declared
  +  5  Root element different from DOCTYPE
  +  6  Required attribute '{0}' was not provided
  +  7  Element '{0}' is not valid for content model: '{1}'
  +  8  ID attributes must be #IMPLIED or #REQUIRED
  +  9  This type of attribute cannot have an empty value
  + 10  Element '{0}' has already been declared
  + 11  Element '{0}' has more than one ID attribute
  + 12  ID '{0}' has already been used
  + 13  ID attribute '{0}' was referenced but never declared
  + 14  Attribute '{0}' refers to an unknown notation '{1}'
  + 15  Element '{0}' was used in the DOCTYPE but never declared
  + 16  Empty content not valid for content model: '{0}'
  + 17  Attribute '{0}' is not declared for element '{1}'
  + 18  Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity
  + 19  Attribute '{0}' refers to an unknown entity '{1}'
  + 20  Not enough elements to match content model : '{0}'
  + 21  No character data is allowed by content model
  + 22  Attribute '{0}' does not match its defined enumeration or notation list
  + 23  The values for attribute '{0}' must be names or name tokens
  + 24  Attribute '{0}' does not support multiple values
  + 25  Attribute '{0}' has a value that does not match its #FIXED value
  + 26  Element types cannot be duplicated in Mixed content models
  +
  +
  +$set 3
     2  The index is beyond the array bounds  
     3  The new size is less than the old one
     4  The index given was beyond the max attribute index
  @@ -216,31 +244,4 @@
    86  When reusing the validator, no internal subset is allowed
    87  The passed recognizer encoding was not known
   
  -$set 3
  -  2  Unknown element '{0}'
  -  3  Attribute '{0}' not defined
  -  4  Notation '{0}' was referenced but never declared
  -  5  Root element different from DOCTYPE
  -  6  Required attribute '{0}' was not provided
  -  7  Element '{0}' is not valid for content model: '{1}'
  -  8  ID attributes must be #IMPLIED or #REQUIRED
  -  9  This type of attribute cannot have an empty value
  - 10  Element '{0}' has already been declared
  - 11  Element '{0}' has more than one ID attribute
  - 12  ID '{0}' has already been used
  - 13  ID attribute '{0}' was referenced but never declared
  - 14  Attribute '{0}' refers to an unknown notation '{1}'
  - 15  Element '{0}' was used in the DOCTYPE but never declared
  - 16  Empty content not valid for content model: '{0}'
  - 17  Attribute '{0}' is not declared for element '{1}'
  - 18  Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity
  - 19  Attribute '{0}' refers to an unknown entity '{1}'
  - 20  Not enough elements to match content model : '{0}'
  - 21  No character data is allowed by content model
  - 22  Attribute '{0}' does not match its defined enumeration or notation list
  - 23  The values for attribute '{0}' must be names or name tokens
  - 24  Attribute '{0}' does not support multiple values
  - 25  Attribute '{0}' has a value that does not match its #FIXED value
  - 26  Element types cannot be duplicated in Mixed content models  
  -