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-25 18:02 -------
Agreed, it's almost certainly another symptom of the same code. 
Fixing one should fix both. As noted in the other bug, I'm not sure our current 
behavior is officially _wrong_... but it's probably not optimal, so we really 
should get around to making a decision and addressing this.

Simplest fix would be to change the serializer to keep the <![CDATA[]]> "open" 
until non-CDATA-section text or non-text events are seen. Downside of that 
approach is that we would lose the ability to specify two adjacent <![CDATA[]]>s 
when we want them; trying to permit both "merged" and "unmerged" CDATA sections 
would be signficantly harder.

One of these bugs should be marked as a duplicate of the other. This one's 
entered as Critical, that one as Normal, so it might be appropriate to point 
that to this rather than vice versa...?

Reply via email to