fire-xpath-0.5.10 - Executes an XPath query against a set of local files. Usage: fire-xpath [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. XPath options: -q, --query=STRING|@FILE use STRING or FILE as XPath query. -n, --namespaces=FILE add namespace declarations from properties file. -w, --wrap=TRUE|FALSE wrap nodes into XML elements (default=TRUE). Logging: -l, --loglevel=all|trace|debug|info|warn|error|fatal|off (default='info'). Benchmarking: -i, --iterations=INTEGER execute query times (default=1). Examples: fire-xpath --query='/*/*' moreover.xml fire-xpath --query='/moreovernews/article[@code > 13553522]' moreover.xml fire-xpath --query='count(/itemSet/item[@type=service])' moreover.xml fire-xpath --query='/p2pio:itemSet/p2pio:item' --namespaces=namespaces.properties moreover.xml fire-xpath --query=@myxpathfile.xp *.xml Mail bug reports and suggestions to http://dsd.lbl.gov/firefish.