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=7163>. 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=7163 Creating too many CDATA sections under copy-of Summary: Creating too many CDATA sections under copy-of Product: XalanJ2 Version: 2.3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] See the new output97 test. The source tree has <out>a section<sub>descendant text node</sub>one more</out> which is copied with xsl:copy-of. The out element, but not sub, is on the cdata-section-elements list. The text node "one more" gets split into two CDATA sections. A similar test, output96, has the above structure as LREs in the stylesheet, and there is no problem.
