mrglavas    2003/07/25 12:35:47

  Modified:    java/src/org/apache/xerces/impl/msg XMLMessages.properties
  Log:
  An additional error message is needed for unsupported versions of XML.
  The  XML 1.1 scanners were incorrectly reporting that only 1.0 is supported.
  
  Revision  Changes    Path
  1.23      +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- XMLMessages.properties    17 Jun 2003 19:10:16 -0000      1.22
  +++ XMLMessages.properties    25 Jul 2003 19:35:46 -0000      1.23
  @@ -89,6 +89,7 @@
   # 2.8 Prolog and Document Type Declaration
           VersionInfoInvalid = Invalid version \"{0}\".
           VersionNotSupported = XML version \"{0}\" is not supported, only XML 1.0 is 
supported.
  +        VersionNotSupported11 = XML version \"{0}\" is not supported, only XML 1.0 
and XML 1.1 are supported.
   # 4.1 Character and Entity References
           DigitRequiredInCharRef = A decimal representation must immediately follow 
the \"&#\" in a character reference.
           HexdigitRequiredInCharRef = A hexadecimal representation must immediately 
follow the \"&#x\" in a character reference.
  
  
  

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

Reply via email to