Changes

Jump to navigation Jump to search
253 bytes added ,  16:32, 6 August 2014
no edit summary
All functions in this module are assigned to the {{Code|http://www.w3.org/2005/xpath-functions/map}} namespace, which is statically bound to the {{Code|map}} prefix.<br/>
 
Some examples use the ''map'' {{Code|$week}} defined as:
<pre class="brush:xquery">
declare variable $week as map(*) := map {
0: "Sonntag",
1: "Montag",
2: "Dienstag",
3: "Mittwoch",
4: "Donnerstag",
5: "Freitag",
6: "Samstag"
};
</pre>
=Functions=
|{{Func|map:collation|$map as map(*)|xs:string}}
|-
| '''Summary'''0
| Returns the collation URI of the ''map'' supplied as {{Code|$map}}.
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu