Changes

Jump to navigation Jump to search
20 bytes added ,  04:29, 8 June 2012
=Basics=
Multiple commands can be separated by semicolons. The following command string can be dispatched lines contain some commands to create a database, add two documents to it and perform a query:
<pre class="brush:xml">
create db test; add input.xml; add to embedded.xml <root>embedded</root>; xquery count(//text())
</pre>
 
If commands are specified in a single, they can be separated by semicolons.
Note that the embedding of XML in command strings is limited to short strings without whitespaces.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu