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/10/11 21:52:26 UTC

DO NOT REPLY [Bug 13550] New: - Elements output using CDATA, but CDATA was not requested

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=13550>.
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=13550

Elements output using CDATA, but CDATA was not requested

           Summary: Elements output using CDATA, but CDATA was not requested
           Product: XalanJ2
           Version: CurrentCVS
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xalan.serialize
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: minchau@ca.ibm.com


testcase: output88
The testcase requests that elements <c>, <d> be cdata section elements.
However elements <a> and <b> (in addition to <c> <d>) are also output as CDATA.

I think Xalan ought to follow the request, or lack of a request, in the style-
sheet.

- Brian M.