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 15:15 -------
"Chunking" of character data is *NOT* a bug. SAX has always said that text may 
be divided into multiple calls to characters().

The bug is that the downstream code is handling each chunk as a separate CDATA 
section rather than realizing that they were intended to be part of the same 
text. It shouldn't start/end CDATA sections unless actually instructed to do so.

Reply via email to