]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/.CatalogManager.properties.example
Evergreen Version Fix to reflect the new EG releases 2.0.10 and 1.6.1.9
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / .CatalogManager.properties.example
1 ######################################################################## \r
2 # CatalogManager provides an interface to the catalog properties.\r
3 # Properties can come from two places: from system properties or\r
4 # from a CatalogManager.properties file. This class provides a\r
5 # transparent interface to both, with system properties preferred \r
6 # over property file values.\r
7 \r
8 #######################################################################\r
9 # Catalog Files:\r
10 # The semicolon-delimited list of catalog files.\r
11 # Example: catalogs=/etc/xml/catalog;~/catalog.xml\r
12 \r
13 catalogs=\r
14 \r
15 #######################################################################\r
16 # Relative Catalogs:\r
17 # If false, relative catalog URIs are made absolute with respect to the\r
18 # base URI of the CatalogManager.properties file. This setting only \r
19 # applies to catalog URIs obtained from the catalogs property in the\r
20 # CatalogManager.properties file\r
21 # Example: relative-catalogs = [yes|no]\r
22 \r
23 relative-catalogs=yes\r
24 \r
25 #######################################################################\r
26 # Verbosity:\r
27 # If non-zero, the Catalog classes will print informative and debugging\r
28 # messages. The higher the number, the more messages.\r
29 # Example: verbosity = [0..99]\r
30 \r
31 verbosity=0\r
32 \r
33 #######################################################################\r
34 # Prefer:\r
35 # Which identifier is preferred, "public" or "system"?\r
36 # Example: xml.catalog.prefer = [public|system]\r
37 \r
38 prefer=system\r
39 \r
40 #######################################################################\r
41 # Static-catalog:\r
42 # Should a single catalog be constructed for all parsing, or should a\r
43 # different catalog be created for each parser?\r
44 # Example: static-catalog = [yes|no]\r
45 \r
46 static-catalog=yes\r
47 \r
48 #######################################################################\r
49 # Allow-oasis-xml-catalog-pi\r
50 # If the source document contains "oasis-xml-catalog" processing \r
51 # instructions, should they be used?\r
52 # Example: allow-oasis-xml-catalog-pi = [yes|no]\r
53 \r
54 allow-oasis-xml-catalog-pi=yes\r
55 \r
56 #######################################################################\r
57 # catalog-class-name\r
58 # If you're using the convenience classes \r
59 # org.apache.xml.resolver.tools.*, this setting allows you to specify\r
60 # an alternate class name to use for the underlying catalog.\r
61 # Example: catalog-class-name=org.apache.xml.resolver.Resolver\r