Changes

Jump to navigation Jump to search
24 bytes removed ,  15:40, 14 September 2015
==XQuery==
Similar to the other formats , the text parser can also be specified in the prolog of anvia XQuery expression:
<pre class="brush:xquery">
declare option db:parser "text";
for $file in file:list("2Bimported", true(), "*.txt")
return db:add('"DB'", $file, "", map { 'parser': 'text' })
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu