sandygao    2002/12/02 11:26:53

  Modified:    java/src/org/apache/xerces/impl/msg XMLMessages.properties
  Log:
  A new error message for the new "disallow-doctype-decl" feature.
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XMLMessages.properties    20 Sep 2002 01:03:49 -0000      1.14
  +++ XMLMessages.properties    2 Dec 2002 19:26:53 -0000       1.15
  @@ -33,6 +33,7 @@
           MarkupNotRecognizedInProlog = The markup in the document preceding the root 
element must be well-formed.
           MarkupNotRecognizedInMisc = The markup in the document following the root 
element must be well-formed.
           AlreadySeenDoctype = Already seen doctype.
  +        DoctypeNotAllowed = DOCTYPE is disallowed when the feature 
"http://apache.org/xml/features/disallow-doctype-decl"; set to true.
           ContentIllegalInProlog = Content is not allowed in prolog.
           ReferenceIllegalInProlog = Reference is not allowed in prolog.
   # Trailing Misc
  
  
  

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

Reply via email to