NAME

xacobeo - Graphical interface for running XPath queries.

SYNOPSIS

xacobeo [options] file [xpath]

Options:
  -h, --help            brief help message

OPTIONS

--help

Print a brief help message and exits.

DESCRIPTION

This program provides a simple graphical interface for executing XPath queries. The idea is to load an XML document and to display it's DOM as an XML parser sees it. Thus each node element is prefixes with the namespace to which it belongs. Futhermore, this program registers automatically the namespaces found in the document this way the XPath queries can be writen directly.

This program is not an XML editor it's meant to be used for constructing and exectuing XPath queries.

AUTHOR

Emmanuel Rodriguez < emmanuel.rodriguez@gmail.com >