Revision [1756]

Last edited on 2011-06-03 06:49:14 by DavidLee
Additions:
======eXist Command: invoke======
The invoke command accepts all [[ExistCommonOptions eXist Common Options]]
Deletions:
======eXist Command: invokes======
The get command accepts all [[ExistCommonOptions eXist Common Options]]


Revision [1752]

Edited on 2011-06-03 06:23:07 by DavidLee
Additions:
Invokes a stored query residing on an eXist server. In order for a resource to be used with invoke it must be stored with the Content-Type of "application/xquery".
For example storing the query "1 to 5,'hi',<elem/>" then invoking it.
echo "1 to 5,'hi',<elem/>" | e:put -uri /db/test/run.xquery -contentType application/xquery
e:invoke /db/test/run.xquery
Result
1
2
3
4
5
hi
<elem/>
Deletions:
Invokes a stored query residing on an eXist server.


Revision [1751]

The oldest known version of this page was created on 2011-06-03 06:20:37 by DavidLee
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki