Commandline Application - 4xpath

4XPath version 1.0b1

4XPath command-line application

Usage

4xpath
[--help] [--version] [--define=<NAME=VALUE>]
[--namespace=<PREFIX=NAMESPACE>] [--stacktrace-on-error]
[--string] [source-uri] expression

Options

Name Description
-h, --help show detailed help message
-V, --version Display program version and exit
-D, --define=<NAME=VALUE> Bind a top-level parameter
-N, --namespace=<PREFIX=NAMESPACE> Define a namespace/prefix binding
-e, --stacktrace-on-error Display a stack trace when an error occurs
--string Print the string-value of the results

Arguments

Name Description
source-uri The URI of the source XML document. Required unless running "4xpath -V". Note: if you use "-" as the name of the source document, the source will instead be read from standard input.
expression The XPath expression to evaluate