I am looking at the new 7.3 XML format commands and some things that are not clear to me in the documentation.
My particular goal is to create a new database ensuring CHOP is off.
There is a Rest syntax example that is exactly what I want at http://docs.basex.org/wiki/REST
<
option
name
=
'chop'
value
=
'false'
/>
</
command
>
<create-db name='...'> Have a way to specify options?
<set option='CHOP'>OFF</set>