- From: <bugzilla@jessica.w3.org>
- Date: Wed, 19 Nov 2014 15:32:14 +0000
- To: public-qt-comments@w3.org
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