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