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

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