xml-resolver(1) suse man page | unix.com

Man Page: xml-resolver

Operating Environment: suse

Section: 1

XML-RESOLVER(1) 						   User Commands						   XML-RESOLVER(1)

NAME
xml-resolver - Resolve XML entities and URIs
SYNOPSIS
xml-resolver [options] keyword
DESCRIPTION
xml-resolver is a simple command line XML entity and URI resolver. It takes a number of parameters and passes them through the actual resolver class, and prints out the result. The keyword argument identifies the type of resolution to perform, it must be one of "doctype", "document", "entity", "notation", "public", "system", or "uri".
OPTIONS
-c catalogfile Load a particular catalog file. May be specified multiple times. -n name Set the name. -p publicid Set the public identifier. -s systemid Set the system identifier. -a Make the system URI absolute before resolution. -u uri Set the URI. -d debuglevel Set the debug level (an integer). The default is 0.
FILES
/etc/java/resolver/CatalogManager.properties The central catalog manager configuration file used by xml-resolver.
SEE ALSO
xml-xread(1), xml-xparse(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-RESOLVER(1)
Related Man Pages
dh_installxmlcatalogs(1) - linux
resolver(5) - minix
xml-resolver(1) - suse
xml::catalog(3) - centos
xml::grddl::transformation(3pm) - debian
Similar Topics in the Unix Linux Community
Extract part of word from XML
Linux command to find and replace occurance of more than two equal sign with &quot;==&quot; from XML file.
File Separation
How to change values in xml file?
Extract XML block when value is matched (Shell script)