neilg 2002/09/19 18:03:49 Modified: java/src/org/apache/xerces/impl/msg XMLMessages.properties Log: fix for bug 11994 Revision Changes Path 1.14 +1 -0 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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- XMLMessages.properties 17 Sep 2002 20:48:36 -0000 1.13 +++ XMLMessages.properties 20 Sep 2002 01:03:49 -0000 1.14 @@ -212,6 +212,7 @@ IDNotUnique = Attribute value \"{0}\" of type ID must be unique within the document. IDREFInvalid = Attribute value \"{0}\" of type IDREF must be a name. IDREFSInvalid = Attribute value \"{0}\" of type IDREFS must be one or more names. + ILL_FORMED_PARAMETER_ENTITY_WHEN_USED_IN_DECL = The replacement text of parameter entity \"{0}\" must include properly nested declarations when the entity reference is used as a complete declaration. ImproperDeclarationNesting = The replacement text of parameter entity \"{0}\" must include properly nested declarations. ImproperGroupNesting = The replacement text of parameter entity \"{0}\" must include properly nested pairs of parentheses. INVALID_PE_IN_CONDITIONAL = The replacement text of parameter entity \"{0}\" must include the entire conditional section or just INCLUDE or IGNORE.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]