- From: <bugzilla@jessica.w3.org>
- Date: Tue, 22 Mar 2016 09:50:56 +0000
- To: public-qt-comments@w3.org
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