https://www.w3.org/Bugs/Public/show_bug.cgi?id=27330 --- Comment #1 from Josh Spiegel <josh.spiegel@oracle.com> --- Also, I think the order of nested serialization wrt character expansion needs to be clear. For example: declare option output:method "json"; text { "
" } Does this produce: " " Or "\u000D" (I have added this as a test in XQTS) I assume the intent is that: (1) The original node is converted to a string using "xml" serialization (2) Character expansion rules of "json" apply to the resulting string (i.e. "json" character expansion isn't applied to the text node) -- You are receiving this mail because: You are the QA Contact for the bug.Received on Wednesday, 19 November 2014 15:32:15 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:57:51 UTC