[Bug 27330] Character Expansion

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 { "&#xd;" }

Does this produce:

   "&#13;"

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