Changes

Jump to navigation Jump to search
18 bytes removed ,  16:34, 11 September 2014
|}
==map:for-each-entry==
{{Mark|Introduced with Version 8.0}}:
{| width='100%'
| width='120' | '''Signatures'''
|{{Func|map:for-each-entry|$input as map(*), $fun as function($key as xs:anyAtomicType, $value as item()*)|item()*}}
|-
| '''Summary'''
|The following query adds the keys and values of all map entries and returns {{Code|10}}:
<pre class="brush:xquery">
map:for-each-entry(
map { 1: 2, 3: 4 },
function($a, $b) { $a + $b }
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu