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:14:39 UTC

DO NOT REPLY [Bug 7165] New: - Unprefixed cdata-section-elements name ignoring default NS

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

Unprefixed cdata-section-elements name ignoring default NS

           Summary: Unprefixed cdata-section-elements name ignoring default
                    NS
           Product: XalanJ2
           Version: 2.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: David_Marston@lotus.com


See the new tests output102 and output106. These have
<xsl:output method="xml" cdata-section-elements="out" ...
and have the default namespace defined to a particular URI.
According to section 16.1 of XSLT, element names in cdata-section-elements
should be treated as QNames, even unprefixed ones. They aren't, and the <out>
text is emitted without its CDATA wrapper.