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/07/12 10:59:09 UTC

DO NOT REPLY [Bug 10726] New: - After transformation, Xalan gives out several adjancent CDATA nodes.

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.

           Summary: After transformation, Xalan gives out several adjancent
                    CDATA nodes.
           Product: XalanJ2
           Version: 2.4Dx
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: contact@ruslan.org


Previous versions of Xalan were working correctly with this matter.

Is there any way to alter this behaviour?

Here is Java class: http://ruslan.org/work/XSLTest.java
Here is generated XML: http://ruslan.org/work/invalid.xml

In generated XML, 3 CDATA sections follow each other. I believe it is incorrect 
by spec (coalescing, normalized, canonical XML?)

If I wrong, how can I make Xalan to produce XML which is coalescing?