vgritsenko 02/02/01 20:31:17 Modified: src/webapp cocoon.xconf Log: Add comment about resolver. (moving from the documentation/cocoon.xconf) Revision Changes Path 1.17 +36 -0 xml-cocoon2/src/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- cocoon.xconf 2 Feb 2002 04:28:35 -0000 1.16 +++ cocoon.xconf 2 Feb 2002 04:31:17 -0000 1.17 @@ -121,6 +121,42 @@ </store-janitor> <!-- ============================ STORE END ========================= --> + <!-- Entity resolution catalogs: + catalog: + The default catalog is distributed at /resources/entities/catalog + This is the contextual pathname for Cocoon resources. + You can override this path, if necessary, using the "catalog" parameter. + <parameter name="catalog" value="/resources/entities/catalog"/> + However, it is probably desirable to leave this default catalog config + and declare your own local catalogs, which are loaded in addition to + the system catalog. + + There are various ways to do local configuration (see "Entity Catalogs" + documentation). One way is via the CatalogManager.properties file. + As an additional method, you can specify the "local-catalog" parameter here. + + local-catalog: + The full filesystem pathname to a single local catalog file. + <parameter name="local-catalog" value="/usr/local/sgml/mycatalog"/> + + verbosity: + The level of messages for status/debug (messages go to standard output) + The following messages are provided ... + 0 = none + 1 = ? (... not sure yet) + 2 = 1+, Loading catalog, Resolved public, Resolved system + 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem + 10 = 3+, List all catalog entries when loading a catalog + (Cocoon also logs the "Resolved public" messages.) + TODO: determine all messages at each level + <parameter name="verbosity" value="2"/> + + <resolver class="org.apache.cocoon.components.resolver.ResolverImpl"> + <parameter name="catalog" value="/resources/entities/catalog"/> + <parameter name="verbosity" value="1"/> + </resolver> + --> + <!-- XSLT Processor: For Xalan: Turn 'incremental-processing' to true if you want a continous output (if set to false the transformer delivers SAX events after all transformations has been done). -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]