Changes

Jump to navigation Jump to search
6 bytes removed ,  22:07, 9 June 2014
* as map, which contains all key/value pairs:
<pre class="brush:xml">
map { "permission" := "none" }
</pre>
The following options are available:
* You can bind the context and e.g. operate on a certain database only:<br />
<pre class='brush:xquery'>
xquery:eval("//country", map { '' := db:open('factbook') })
</pre>
* The following expressions use strings as keys. All of them return 'XML':<br/>
xquery:eval(".", map { '': 'XML' }),
xquery:eval("declare variable $xml external; $xml", map { 'xml' := 'XML' }),
xquery:eval(
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu