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

68 lines
988 B
Groff

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