|- valign="top"
| <code>-d</code>
| Turn on debugging. Debugging information is output to ''standard error (<code>STDERR</code>)''.
|
|- valign="top"
|- valign="top"
| <code>-p<num></code>
| Specify the port on which the server will be addressable. The default port is '''1984'''.
| <code>-p9999</code>
|- valign="top"
|- valign="top"
| <code>-d</code>
| Turn on debugging. Debugging information is output to ''standard error (<code>STDERR</code>)''.
|
|- valign="top"
|- valign="top"
| <code>-p<num></code>
| Specify the port on which the server is running. The default port is '''1984'''.
| <code>-p9999</code>
|- valign="top"
|- valign="top"
| <code>-V</code>
| Detailed query information is written to ''standard output (<code>STDOUT</code>)'', including compilation and profiling steps.
|
|- valign="top"
|- valign="top"
| <code>-s<pars></code>
| Specify parameters for serializing XQuery results, as specified in the [http://www.w3.org/TR/xslt-xquery-serialization/ W3C XQuery Serialization] document. KeyThis flag may be specified multiple times; key/value pairs are separated by equality signs (<code>=</code>).
| <code>-smethod=text</code>
|- valign="top"
|- valign="top"
| <code>-s<pars></code>
| Specify parameters for serializing XQuery results, as specified in the [http://www.w3.org/TR/xslt-xquery-serialization/ W3C XQuery Serialization] document. KeyThis flag may be specified multiple times; key/value pairs are separated by equality signs (<code>=</code>).
| <code>-sencoding=US-ASCII</code><br /><code>-sindent=no</code>
|- valign="top"