[ http://issues.apache.org/jira/browse/XALANJ-2277?page=all ]
     
Brian Minchau resolved XALANJ-2277:
-----------------------------------

    Fix Version: Latest Development Code
     Resolution: Fixed

Fixed in latest development code.

> Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen
> ------------------------------------------------------------------------
>
>          Key: XALANJ-2277
>          URL: http://issues.apache.org/jira/browse/XALANJ-2277
>      Project: XalanJ2
>         Type: Bug
>   Components: Serialization
>     Versions: Latest Development Code
>     Reporter: Brian Minchau
>      Fix For: Latest Development Code
>  Attachments: patch1.txt, patch2.txt
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to