8 Dec
2011
8 Dec
'11
11:09 p.m.
Can I pass command line arguments to basex while executing a xquery script? Thanks Erol Akarsu
9 Dec
9 Dec
4:45 p.m.
Can I pass command line arguments to basex while executing a xquery script?
You may run a script with the "run" command and prefix it with other commands. An example: basex -c "open ...; ...; run yourquery.xq" With 7.1 and the latest snapshot, you can use an arbitrary number of commands, query files etc: basex -c "open...." yourquery.xq Hope this helps, Christian
5235
Age (days ago)
5236
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Grün -
Erol Akarsu