[Bug 28486] [XQ 3.1] Lexical form of serialization parameters

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