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

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