- From: <bugzilla@jessica.w3.org>
- Date: Wed, 15 Apr 2015 13:54:50 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28486 --- Comment #6 from Josh Spiegel <josh.spiegel@oracle.com> --- Consider this query: declare default element namespace "http://example.org"; declare option output:method "xml" declare option output:cdata-section-elements "foo"; <foo>bar</foo> I think the least surprising serialization is: <foo xmlns="http://example.org"><![CDATA[bar]]></foo> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 15 April 2015 13:54:55 UTC