neilg 2003/06/05 14:51:51 Modified: java/src/org/apache/xerces/impl/msg XMLMessages.properties Log: updating error messages Revision Changes Path 1.21 +3 -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.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- XMLMessages.properties 29 May 2003 13:25:42 -0000 1.20 +++ XMLMessages.properties 5 Jun 2003 21:51:51 -0000 1.21 @@ -14,6 +14,7 @@ InvalidCharInCDSect = An invalid XML character (Unicode: 0x{0}) was found in the CDATA section. InvalidCharInContent = An invalid XML character (Unicode: 0x{0}) was found in the element content of the document. TwoColonsInQName = An invalid second ':' was found in the element type or attribute name. + ColonNotLegalWithNS = A colon is not allowed in the name ''{0}'' when namespaces are enabled. InvalidCharInMisc = An invalid XML character (Unicode: 0x{0}) was found in markup after the end of the element content. InvalidCharInProlog = An invalid XML character (Unicode: 0x{0}) was found in the prolog of the document. InvalidCharInXMLDecl = An invalid XML character (Unicode: 0x{0}) was found in the XML declaration. @@ -210,8 +211,10 @@ ENTITYInvalid = Attribute value \"{1}\" of type ENTITY must be the name of an unparsed entity. IDDefaultTypeInvalid = The ID attribute \"{0}\" must have a declared default of \"#IMPLIED\" or \"#REQUIRED\". IDInvalid = Attribute value \"{0}\" of type ID must be a name. + IDInvalidWithNamespaces = Attribute value \"{0}\" of type ID must be an NCName when namespaces are enabled. IDNotUnique = Attribute value \"{0}\" of type ID must be unique within the document. IDREFInvalid = Attribute value \"{0}\" of type IDREF must be a name. + IDREFInvalidWithNamespaces = Attribute value \"{0}\" of type IDREF must be an NCName when namespaces are enabled. 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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]