Changes

Jump to navigation Jump to search
81 bytes added ,  00:23, 28 February 2013
==String Syntax==
Multiple commands can be written in a single line and separated by semicolons, or stored as command script. Lines starting with `#` are interpreted as comments and are skipped. The following script creates a database, adds two documents to it and performs a query:
<pre class="brush:xml">
ADD input.xml
ADD TO embedded.xml <root>embedded</root>
# run query
XQUERY count(//text())
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu