Changes

Jump to navigation Jump to search
2 bytes added ,  10:27, 12 February 2014
* 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