suse man page for xml-xparse

Query: xml-xparse

OS: suse

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XML-XPARSE(1)							   User Commands						     XML-XPARSE(1)

NAME
xml-xparse - Parse XML documents with entity and URI resolution
SYNOPSIS
xml-xparse [options] xmlfile
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.
OPTIONS
-c catalogfile Load a particular catalog file. May be specified multiple times. -v Perform a validating parse. This is the default. -w Perform a well-formed parse, not a validating parse. -N Perform a namespace-aware parse. This is the default. -n Perform a namespace-ignorant parse. -d debuglevel Set the debug level (an integer). Warnings are shown if the debug level is set to greater than 2. -E maxerrors Set the maximum number of errors to display. The default is 10.
FILES
/etc/java/resolver/CatalogManager.properties The central catalog manager configuration file used by xml-xparse.
SEE ALSO
xml-xread(1), xml-resolver(1), java(1), the OASIS entity resolution technical committee home page at <http://www.oasis-open.org/commit- tees/entity/>.
AUTHOR
Norman Walsh <Norman.Walsh@Sun.COM> 1.1 July 2004 XML-XPARSE(1)
Related Man Pages
update-xmlcatalog(8) - linux
xml-resolver(1) - suse
xml-xread(1) - suse
xml::sax::pureperl(3) - mojave
xml::sax::pureperl5.18(3) - mojave
Similar Topics in the Unix Linux Community
Linux command to find and replace occurance of more than two equal sign with &quot;==&quot; from XML file.
Splitting XML file on basis of line number into multiple file
Parse xml in shell script and extract records with specific condition
File Separation
String parsing help across multiple UNIX platforms