Blame SOURCES/xml-commons-resolver-xparse.1

0c9a25
.TH XML-XPARSE 1 "11 April 2013" "xml-commons-resolver" "User commands"
0c9a25
0c9a25
.SH NAME
0c9a25
xml-xparse - A simple command-line XML parsing application
0c9a25
0c9a25
.SH SYNOPSIS
0c9a25
0c9a25
.B xml-xparse
0c9a25
[options] document.xml
0c9a25
0c9a25
.SH DESCRIPTION
0c9a25
0c9a25
\fBxml-xparse\fP is a simple command-line XML Parser. It's just a little 
0c9a25
wrapper around the JAXP Parser with support for catalogs.
0c9a25
0c9a25
The process ends with error-level 1, if there were errors.
0c9a25
0c9a25
.SH OPTIONS
0c9a25
0c9a25
Command-line options are described below.
0c9a25
0c9a25
.PP
0c9a25
.B -c
0c9a25
catalogfile
0c9a25
.RS 4
0c9a25
Load a particular catalog file
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -w
0c9a25
.RS 4
0c9a25
Perform a well-formed parse, not a validating parse
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -v
0c9a25
(default)
0c9a25
.RS 4
0c9a25
Perform a validating parse
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -n
0c9a25
.RS 4
0c9a25
Perform a namespace-ignorant parse
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -N
0c9a25
(default)
0c9a25
.RS 4
0c9a25
Perform a namespace-aware parse
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -d
0c9a25
integer
0c9a25
.RS 4
0c9a25
Set the debug level. Warnings are shown if the debug level is > 2
0c9a25
.RE
0c9a25
.PP
0c9a25
.B -E
0c9a25
integer
0c9a25
.RS 4
0c9a25
Set the maximum number of errors to display
0c9a25
.RE
0c9a25