You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/15 23:07:39 UTC

DO NOT REPLY [Bug 7163] New: - Creating too many CDATA sections under copy-of

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: xalan-dev@xml.apache.org
        ReportedBy: David_Marston@lotus.com


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.