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

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