declare option output:media-type 'text/plain';
declare %rest:path("version1") function page:version1() {
'Keep it simple, stupid'
};
<pre class="brush:xquery">
declare %output:media-type("text/plain") %rest:path("version2") function page:version2() {
'Still somewhat simple.'
};
<pre class="brush:xquery">
declare %rest:path("version3") function page:version3() {
<rest:response>
<output:serialization-parameters>