[Bug 24726] map:new() and map:merge()

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

--- Comment #7 from Michael Kay <mike@saxonica.com> ---
The XSL WG looked at this on 8 May 2014. We propose, subject to the XQuery WG
concurring, the following:

1. map:new#0 is dropped. An empty map can be constructed using map{}.

2. map:new#1 is renamed map:merge, with no change in behaviour.

3. A new function map:put($map, $key, $value) is defined. The semantics are
equivalent to map:merge(($map, map{$key, $value}))

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

Received on Tuesday, 13 May 2014 13:08:05 UTC