Changes

Jump to navigation Jump to search
34 bytes added ,  10:39, 3 February 2016
<pre class="brush:xml">
CREATE DB test
ADD input.xml
ADD TO embedded.xml <root>embedded</root>
# run query
XQUERY <hits>{ count(//text())}</hits>CLOSE
</pre>
<commands>
<create-db name='test'/>
<add>input.xml</add>
<add path='embedded.xml'><root>embedded</root></add>
<!-- run query -->
<xquery><![CDATA[ <hits>{ count(//text())}</hits> ]]></xquery> <close/>
</commands>
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu