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