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