- From: <bugzilla@jessica.w3.org>
- Date: Tue, 19 Jul 2016 17:27:05 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29723
--- Comment #3 from Michael Kay <mike@saxonica.com> ---
In addition, in XSLT ยง21.3, the specification of the xsl:map instruction can be
changed to replace
let $keys := $maps!map:keys(.)
return if (count($keys) = count(distinct-values($keys)))
then map:merge($maps)
else error()
with the simpler formulation
map:merge($maps, map{"duplicates":"reject"})
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 19 July 2016 17:27:18 UTC