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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.
