[Bug 29373] Missing error code when fn:serialize receives a QName method in no namespace

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29373

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
In closing this, I thought it would be useful to have an example of how to set
serialization parameters using a map. The existing example

The expression fn:serialize($data, map{}) returns '<a b="3"/>'.

is rather trivial. So I have changed it to

fn:serialize($data, map{"method":"xml", "omit-xml-declaration":true()})

but with the observation that neither of these parameters is necessary, because
they correspond to the defaults.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 22 March 2016 09:50:59 UTC