=Basics=
The following lines contain some commands to create for creating a database, add adding two documents to it and perform performing a query:
<pre class="brush:xml">
If multiple commands are specified in a single line, they can be separated by semicolons.
Note that the embedding of XML in command strings is limited to short strings without whitespaces.
==XML Syntax==
{{Mark|Introduced with Version 7.3:}}
In addition to the compact The string syntax, provides only limited support for embedding XML snippets.This is why database commands can also be specified via XML:
<pre class="brush:xml">
<create-index typedb name='texttest'><root>Text</root></create-db>
</pre>