<pre>
$ basexclient -h
Usage: BaseXClient basexclient [-npPU] [-dosvVwzdnopPsUvVwz] [-cq] [file] [file] Execute XQuery file -b<pars> Bind external XQuery variables -c<cmd> Execute database command(s) -d Activate debugging mode -i<input> Open initial file or database -n<name> Set server (host) name -o<file> Write output to file -p<num> Set server port -P<pass> Specify user password -q<expr> Execute XQuery expression -s<pars> Set serialization parameter(s) -U<name> Specify user name -v/V Show (all) process info -w Retain Preserve whitespaces from source input files -x Show query execution plan -z Skip XQuery serializationoutput of results
</pre>
|
|
|- valign="top"
| <code>-i<input></code>
| Open a database or XML document specified by the argument. The opened input may be further processed by an XQuery expression.
|
| <code>-iitems.xml -q"//item"</code>
|- valign="top"
| <code>-n<name></code>