mrglavas    2003/08/21 14:05:35

  Modified:    java/src/org/apache/xerces/impl/msg XMLMessages.properties
  Log:
  Improve MSG_DISTINCT_TOKENS_IN_ENUMERATION and
  MSG_DISTINCT_NOTATION_IN_ENUMERATION for users by providing
  information specific to the invalid attribute declaration.
  
  Revision  Changes    Path
  1.25      +2 -2      
xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties
  
  Index: XMLMessages.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- XMLMessages.properties    19 Aug 2003 19:06:14 -0000      1.24
  +++ XMLMessages.properties    21 Aug 2003 21:05:35 -0000      1.25
  @@ -174,8 +174,8 @@
           NotationTypeUnterminated = The notation type list must end with '')'' in 
the \"{1}\" attribute declaration.
           MSG_NMTOKEN_REQUIRED_IN_ENUMERATION = The name token is required in the 
enumerated type list for the \"{1}\" attribute declaration.
           EnumerationUnterminated = The enumerated type list must end with '')'' in 
the \"{1}\" attribute declaration.
  -        MSG_DISTINCT_TOKENS_IN_ENUMERATION = The NmTokens in a single Enumeration 
attribute declaration, must all be distinct.
  -        MSG_DISTINCT_NOTATION_IN_ENUMERATION = The notation names in a single 
NotationType attribute declaration must all be distinct.
  +        MSG_DISTINCT_TOKENS_IN_ENUMERATION = The enumeration value \"{1}\" was 
specified more than once in the declaration of attribute \"{2}\" for element \"{0}\". 
The NMTOKENS in a single Enumeration attribute declaration must all be distinct.
  +        MSG_DISTINCT_NOTATION_IN_ENUMERATION = The enumeration value \"{1}\" was 
specified more than once in the declaration of attribute \"{2}\" for element \"{0}\". 
The NOTATION names in a single NotationType attribute declaration must all be distinct.
   # 3.3.2 Attribute Defaults
           MSG_SPACE_REQUIRED_AFTER_FIXED_IN_DEFAULTDECL = White space must appear 
after \"FIXED\" in the \"{1}\" attribute declaration.
   # 3.4 Conditional Sections
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to