peiyongz 2004/04/29 13:16:11 Modified: c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt Log: Display offending attribute value as well Revision Changes Path 1.35 +3 -3 xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt Index: en_US.txt =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- en_US.txt 27 Apr 2004 19:19:14 -0000 1.34 +++ en_US.txt 29 Apr 2004 20:16:11 -0000 1.35 @@ -331,13 +331,13 @@ "Element '{0}' was used in the DOCTYPE but never declared " , "Empty content not valid for content model: '{0}' " , "Attribute '{0}' is not declared for element '{1}' " , - "Attributes of type ENTITY/ENTITIES must refer to an external, unparsed entity " , + "The value '{0}' for attribute '{1}' of type ENTITY/ENTITIES must refer to an external, unparsed entity " , "Attribute '{0}' refers to an unknown entity '{1}' " , "If namespaces are enabled, it's invalid for an attribute of type ID/IDREF/IDREFS/ENTITY/ENTITIES/NOTATION to contain a colon. " , "Not enough elements to match content model : '{0}' " , "No character data is allowed by content model " , - "Attribute '{0}' does not match its defined enumeration or notation list " , - "The values for attribute '{0}' must be names or name tokens " , + "The value '{0}' for attribute '{1}' does not match its defined enumeration or notation list " , + "The value '{0}' for attribute '{1}' must be Name or Nmtoken " , "Attribute '{0}' does not support multiple values " , "Attribute '{0}' has a value, '{1}', that does not match its #FIXED value, '{2}' " , "Element types cannot be duplicated in Mixed content models " ,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]