'''Query''':
<pre class="brush:xquery">
(: Output prefix (The output namespace declaration is optional, because it is statically declared in BaseX; the declaration is optional) :)
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
declare option output:method "csv";