Skip to content
Snippets Groups Projects
Commit 6014dd66 authored by Romain Jegat's avatar Romain Jegat
Browse files

test dossiers

parent 3e4bdee6
No related branches found
No related tags found
No related merge requests found
Showing
with 19801 additions and 0 deletions
Libs/libroxml-2.3.0/data/icons/roxml.png

8 KiB

This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
.TH ROXML 1 "February 28, 2010"
.SH NAME
roxml \- xml parsing in command line
.SH SYNOPSIS
.B roxml
.RI [ options ] " file"
.I " xpath"
.br
.SH DESCRIPTION
This manual page documents briefly the
.B roxml
commands.
.PP
\fBroxml\fP is a program that can be used for applying xpath on XML files from shell programs.
.br
It will search for nodes matching
.I xpath
inside
.I file
and will display all the results as text on separates lines.
.br
It will also prepend the keyword
.B ans[X]
where X is the result index.
.SH 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.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-q, \-\-quiet
Only shows the results: no index
.br
.SH AUTHOR
roxml was written by Tristan Lelong.
.PP
This manual page was written by Tristan Lelong <blunderer@blunderer.org>,
for the Debian project (but may be used by others).
This diff is collapsed.
This diff is collapsed.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libroxml
Version: @PACKAGE_VERSION@
Description: light and powerful XML parser
URL: http://www.libroxml.net
Libs: -L${libdir} -lroxml
Cflags: -I${includedir}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment