Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-872

DOMWriter doesn't properly output ']]>' symbols collation.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • DOM
    • None
    • Operating System: All
      Platform: All
    • 19605

    Description

      DOMWriter doesn't properly output ']]>' symbols collation.

      For example, following well-fomed XML
      <?xml version="1.0" ?>
      <test>]]></test>

      after parsing and writing to file by DOMPrint example produces non well-formed
      XML:

      <?xml version="1.0" encoding="UTF-8" standalone="no" ?><test>]]></test>

      ']]>' occurence must not appears in element node in accordance with XML
      specification

      Attachments

        Activity

          People

            gareth@decisionsoft.com gareth reakes
            svg@ngs.ru Amster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: