Blame SOURCES/CatalogManager.properties

cc7c68
######################################################################## 
cc7c68
# CatalogManager provides an interface to the catalog properties.
cc7c68
# Properties can come from two places: from system properties or
cc7c68
# from a CatalogManager.properties file. This class provides a
cc7c68
# transparent interface to both, with system properties preferred 
cc7c68
# over property file values.
cc7c68
cc7c68
#######################################################################
cc7c68
# Catalog Files:
cc7c68
# The semicolon-delimited list of catalog files.
cc7c68
# Example: catalogs=./xcatalog;/share/doctypes/catalog
cc7c68
cc7c68
catalogs=/etc/xml/catalog;/etc/sgml/catalog
cc7c68
cc7c68
#######################################################################
cc7c68
# Relative Catalogs:
cc7c68
# If false, relative catalog URIs are made absolute with respect to the
cc7c68
# base URI of the CatalogManager.properties file. This setting only 
cc7c68
# applies to catalog URIs obtained from the catalogs property in the
cc7c68
# CatalogManager.properties file
cc7c68
# Example: relative-catalogs = [yes|no]
cc7c68
cc7c68
relative-catalogs=yes
cc7c68
cc7c68
#######################################################################
cc7c68
# Verbosity:
cc7c68
# If non-zero, the Catalog classes will print informative and debugging
cc7c68
# messages. The higher the number, the more messages.
cc7c68
# Example: verbosity = [0..99]
cc7c68
cc7c68
verbosity=0
cc7c68
cc7c68
#######################################################################
cc7c68
# Prefer:
cc7c68
# Which identifier is preferred, "public" or "system"?
cc7c68
# Example: xml.catalog.prefer = [public|system]
cc7c68
cc7c68
prefer=system
cc7c68
cc7c68
#######################################################################
cc7c68
# Static-catalog:
cc7c68
# Should a single catalog be constructed for all parsing, or should a
cc7c68
# different catalog be created for each parser?
cc7c68
# Example: static-catalog = [yes|no]
cc7c68
cc7c68
static-catalog=yes
cc7c68
cc7c68
#######################################################################
cc7c68
# Allow-oasis-xml-catalog-pi
cc7c68
# If the source document contains "oasis-xml-catalog" processing 
cc7c68
# instructions, should they be used?
cc7c68
# Example: allow-oasis-xml-catalog-pi = [yes|no]
cc7c68
cc7c68
allow-oasis-xml-catalog-pi=yes
cc7c68
cc7c68
#######################################################################
cc7c68
# catalog-class-name
cc7c68
# If you're using the convenience classes 
cc7c68
# org.apache.xml.resolver.tools.*, this setting allows you to specify
cc7c68
# an alternate class name to use for the underlying catalog.
cc7c68
# Example: catalog-class-name=org.apache.xml.resolver.Resolver