OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]