mrglavas    2003/10/17 10:35:57

  Modified:    java/src/org/apache/xerces/impl/msg XMLMessages.properties
  Log:
  Improve the language used in the DoctypeIllegalInContent message.
  
  Revision  Changes    Path
  1.26      +1 -1      
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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- XMLMessages.properties    21 Aug 2003 21:05:35 -0000      1.25
  +++ XMLMessages.properties    17 Oct 2003 17:35:57 -0000      1.26
  @@ -56,7 +56,7 @@
           AttributeNSNotUnique = Attribute \"{1}\" bound to namespace \"{2}\" was 
already specified for element \"{0}\".
           ETagUnterminated = The end-tag for element type \"{0}\" must end with a 
''>'' delimiter.
           MarkupNotRecognizedInContent = The content of elements must consist of 
well-formed character data or markup.
  -        DoctypeIllegalInContent = doctype not allowed in content.
  +        DoctypeIllegalInContent = A DOCTYPE is not allowed in content.
   # 4.1 Character and Entity References
           ReferenceUnterminated = The reference must be terminated by a ';' delimiter.
   # 4.3.2 Well-Formed Parsed Entities
  
  
  

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

Reply via email to