DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14528>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14528

reported by Burkhardt Martin

           Summary: reported by Burkhardt Martin
           Product: Xerces-C++
           Version: 2.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Let's suppose, I want to put the following content into a DOM node:

]]>[LibPreLoad] ]]>]]>]]> abcdef]]>ghijk]]>

The DOMWriter gives me the following result:

<![CDATA[[LibPreLoad] ]]><![CDATA[ abcdef]]><![CDATA[ghijk]]>

i.e., encounters of the end tag "]]>" are ignored:

* when repeated ("]]>]]>]]>")
* at the beginning

I want to get the following result:

<![CDATA[]]><![CDATA[[LibPreLoad] ]]><![CDATA[]]><![CDATA[]]><![CDATA[
abcdef]]><![CDATA[ghijk]]>

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

Reply via email to