This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Re: Setting up a catalog for use with saxon


Hi,
Java processor like Saxon require catalog resolver to know where
catalogs are. Detailed information is in:
<http://xml.apache.org/commons/components/resolver/resolver-article.html>

Read round the part of 'Controlling the Catalog Resolver'.
Below is an example CatalogManager.properties. You need to specify the
location of catalogs with 'catalogs' property.

#CatalogManager.properties
verbosity=1
relative-catalogs=yes
static-catalog=yes
catalogs=/path/to/catalog.xml:/other/catalog.xml
prefer=public
catalog-class-name=org.apache.xml.resolver.Resolver

-- 
Yoshihiro Toda
<mailto:ystoda@yahoo.co.jp>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]