You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2007/01/30 17:39:38 UTC

svn commit: r501454 - /xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties

Author: mrglavas
Date: Tue Jan 30 08:39:37 2007
New Revision: 501454

URL: http://svn.apache.org/viewvc?view=rev&rev=501454
Log:
Correcting a formatting problem with one of the DOM messages.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties

Modified: xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties?view=diff&rev=501454&r1=501453&r2=501454
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/msg/DOMMessages.properties Tue Jan 30 08:39:37 2007
@@ -37,7 +37,7 @@
 #DOM Level 3 DOMError codes
 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 '']]>''
+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.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org