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