mrglavas    2004/07/05 15:36:53

  Modified:    java/src/org/apache/xerces/impl/msg DOMMessages.properties
  Log:
  Fixing Jira Bug #949:

  http://nagoya.apache.org/jira/browse/XERCESJ-949

  

  Adding a couple new error messages for DOM error

  types. Patch thanks to Jonathan Au.
  
  Revision  Changes    Path
  1.10      +3 -1      
xml-xerces/java/src/org/apache/xerces/impl/msg/DOMMessages.properties
  
  Index: DOMMessages.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/DOMMessages.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DOMMessages.properties    10 Feb 2004 20:12:30 -0000      1.9
  +++ DOMMessages.properties    5 Jul 2004 22:36:53 -0000       1.10
  @@ -38,6 +38,8 @@
   wf-invalid-character =  The text {0} of the {1} node contains invalid XML 
characters.
   wf-invalid-character-in-node-name = The {0} node named {1} contains invalid XML 
characters.
   cdata-sections-splitted =  CDATA sections containing the CDATA section termination 
marker '']]>''
  +doctype-not-allowed = DOCTYPE declaration is not allowed.
  +unsupported-encoding = The encoding {0} is not supported.
   
   #Error codes used in DOM Normalizer
   InvalidXMLCharInDOM = An invalid XML character (Unicode: 0x{0}) was found in the 
DOM during normalization.
  
  
  

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

Reply via email to