Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 98058f560e2ee196f41bc662ce08838f > files > 17

xml-commons-1.3.03-5.3mdv2007.1.src.rpm

.TH XML-XPARSE "1" "July 2004" "1.1" "User Commands"
.SH NAME
xml-xparse \- Parse XML documents with entity and URI resolution
.SH SYNOPSIS
.B xml-xparse
\fR[\fIoptions\fR] \fIxmlfile\fR
.SH DESCRIPTION
xml-xparse is a simple command line tool for parsing and validating
XML documents.  It is not an actual XML parser, it just wraps around
a JAXP Parser, adding support for catalog-based entity and URI
resolution.
.SH OPTIONS
.TP
\fB\-c\fR \fIcatalogfile\fR
Load a particular catalog file.  May be specified multiple times.
.TP
\fB\-v\fR
Perform a validating parse.  This is the default.
.TP
\fB\-w\fR
Perform a well-formed parse, not a validating parse.
.TP
\fB\-N\fR
Perform a namespace-aware parse.  This is the default.
.TP
\fB\-n\fR
Perform a namespace-ignorant parse.
.TP
\fB\-d\fR \fIdebuglevel\fR
Set the debug level (an integer).  Warnings are shown if the debug
level is set to greater than 2.
.TP
\fB\-E\fR \fImaxerrors\fR
Set the maximum number of errors to display.  The default is 10.
.SH FILES
.B __RESOLVERDIR__/CatalogManager.properties
.RS
The central catalog manager configuration file used by \fBxml-xparse\fR.
.SH "SEE ALSO"
.BR xml-xread (1),
.BR xml-resolver (1),
.BR java (1),
the OASIS entity resolution technical committee home page at
<http://www.oasis-open.org/committees/entity/>.
.SH AUTHOR
Norman Walsh <Norman.Walsh@Sun.COM>