ovidiu 02/01/18 17:09:16 Modified: src/scratchpad/schecoon/webapp cocoon.xconf Log: Moved the responsibility of dealing with the Scheme intrisics to the scheme-interpreter component. Revision Changes Path 1.3 +7 -2 xml-cocoon2/src/scratchpad/schecoon/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/cocoon.xconf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cocoon.xconf 8 Jan 2002 23:23:27 -0000 1.2 +++ cocoon.xconf 19 Jan 2002 01:09:16 -0000 1.3 @@ -476,7 +476,12 @@ asynchron and for more safety the check-reload to no. --> <sitemap file="sitemap.xmap" reload-method="asynchron" check-reload="yes" - entry-point="main" heap="/schecoon.heap" allow-eval="true" - components="components.xconf"/> + components="components.xconf" + handler-class="org.apache.cocoon.scheme.sitemap.SchemeSitemapHandler"/> + + <scheme-interpreter entry-point="main" + sitemap-parse="sitemap-parse!" + heap="/schecoon.heap" + allow-eval="true"/> </cocoon>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]