fire-xquery-0.5.10 - Executes an XQuery against a set of local files. Usage: fire-xquery [OPTION]... [FILE]... Mandatory arguments to long options are mandatory for short options too. Startup: -v, --version display the version of this program and exit. --help print this help and exit. XQuery options: -q, --query=STRING|@FILE use STRING or FILE as XQuery query. -w, --wrap=TRUE|FALSE wrap nodes into XML elements (default=TRUE). --ext=TRUE|FALSE allow calls to Java methods (default=TRUE). --resolver=CLASSNAME Use specified URIResolver class. --params=FILE add XQuery parameters from properties file. Logging: -l, --loglevel=all|trace|debug|info|warn|error|fatal|off (default='info'). Benchmarking: -i, --iterations=INTEGER execute query times (default=1). Examples: fire-xquery --query='for $i in /*/* return $i/headline_text' moreover.xml fire-xquery --query=@myxqueryfile.xq *.xml cd samples/xquery-usecases-w3c/r/; fire-xquery --query=@q1.xq items.xml Mail bug reports and suggestions to http://dsd.lbl.gov/firefish.