Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-2277

Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7
    • 2.7.1
    • Serialization
    • None
    • PatchAvailable

    Description

      m_cdatatTagOpen is a flag to indicate if one is in the middle of writing out:
      <![CDATA[ ....
      and aids in merging CDATA or in writing out a closing ]]>

      It can't be good to have identical instance variables, but with the one in ToXMLStream hiding the one in its super class.
      It just can't be good.

      The fix is to remove the definition in ToXMLStream.

      Attachments

        1. patch1.txt
          1 kB
          Brian Minchau
        2. patch2.txt
          2 kB
          Brian Minchau

        Activity

          People

            Unassigned Unassigned
            minchau@ca.ibm.com Brian Minchau
            Yash Talwar Yash Talwar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: