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=10726>.
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=10726

After transformation, Xalan gives out several adjancent CDATA nodes.





------- Additional Comments From [EMAIL PROTECTED]  2002-09-26 14:56 -------
Joe,
I agree that one could keep the CDATA section open in the serializer, and not 
immediately write out the "]]>", and only close it when need be. That 
way "adjacent" CDATA sections will always be merged.

<![CDATA[abc]]><![CDATA[def]]>  becomes  <![CDATA[abcdef]]>

I have been looking into this solution. I just have to make sure that it 
doesn't do this:
<![CDATA[abc]]]]><![CDATA[>def]]>  becomes  <![CDATA[abc]]>def]]>
because we'll have "]]>" as part of the data.

Reply via email to