DragonFly On-Line Manual Pages
ROXML(1) DragonFly General Commands Manual ROXML(1)
NAME
roxml - xml parsing in command line
SYNOPSIS
roxml [options] file xpath
DESCRIPTION
This manual page documents briefly the roxml commands.
roxml is a program that can be use for applying xpath on XML files from
shell programs.
It will search for nodes matching xpath inside file and will display
all the results as text on separates lines.
It will also prepend the keyword ans[X] where X is the result index.
OPTIONS
This program follow the usual GNU command line syntax, with long
options starting with two dashes (`-'). A summary of options is
included below. For a complete description, see the Info files.
-h, --help
Show summary of options.
-q, --quiet
Only shows the results: no index
AUTHOR
roxml was written by Tristan Lelong.
This manual page was written by Tristan Lelong
<blunderer@blunderer.org>, for the Debian project (but may be used by
others).
February 28, 2010 ROXML(1)