Next: Standard Evaluation Mode
Up: G(arbage) C(collected) X(Query) Engine
Previous: Supported Fragment of XQuery
Contents
Command-Line Arguments
Usage:
- gcx [STD EVAL MODE] or
- gcx [EXT EVAL MODE] or
- gcx [INFO MODE]
To do a quick start, which corresponds to usage gcx [STD EVAL MODE], you can run a query from file query.xq against XML document doc.xml by typing
- > ./gcx --query query.xq --xml doc.xml (using Linux/Mac OS)
- > gcx.exe --query query.xq --xml doc.xml (using Windows)
in a shell (Linux/Mac OS) or a command prompt window (Windows).
Subsections