Skip to content

Commit

Permalink
Update specifications/xpath-functions-40/src/xpath-functions.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Grün <christian.gruen@gmail.com>
  • Loading branch information
michaelhkay and ChristianGruen authored Nov 26, 2024
1 parent d2fdfef commit 6f72811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/xpath-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8906,7 +8906,7 @@ return <table>
<item><p>The map constructor <code>{ <var>K1</var> : <var>V1</var>, <var>K2</var> : <var>V2</var>,
... , <var>K/n</var> : <var>V/n</var> }</code> is equivalent to
<code>map:merge((map:entry(<var>K1</var>, <var>V1</var>), map:entry(<var>K1</var>, <var>V1</var>), ..., map:entry(<var>K/n</var>, <var>V/n</var>)), {"duplicates":"reject"})</code></p></item>
<item><p>The lookup expression <code>$map?*</code> is equivalalent to <code>map:values($map)</code>.</p></item>
<item><p>The lookup expression <code>$map?*</code> is equivalent to <code>map:values($map)</code>.</p></item>
<item><p>The lookup expression <code>$map?K</code>, where <var>K</var> is a key value, is equivalent to
<code>map:get($map, <var>K</var>)</code></p></item>
<item><p>The expression <code>for key $k value $v in $map return <var>EXPR</var></code> is equivalent to the function
Expand Down

0 comments on commit 6f72811

Please sign in to comment.