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
*<command xmlns="http://basex.org/rest";>*
*  <text>create db test http://files.basex.org/xml/xmark.xml</text>*
*  <option name='chop' value='false'/>*
*</command>*

except I want to use the client module
http://docs.basex.org/wiki/Client_Module.

Can client:execute module use the XML syntax?
And if so does the XML syntax  <create-db name='...'> Have a way to specify
options?
Or should I use multiple commands starting with <set option='CHOP'>OFF</set>

These links
http://docs.basex.org/wiki/Commands#XML_Syntax
http://docs.basex.org/wiki/Commands#CREATE_DB
are not making it completely  clear to me.
/Andy
_______________________________________________
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Reply via email to