cziegeler 02/01/09 04:01:33
Modified: src/webapp cocoon.xconf
Log:
Turn incremental processing on
Revision Changes Path
1.4 +2 -4 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cocoon.xconf 9 Jan 2002 08:18:12 -0000 1.3
+++ cocoon.xconf 9 Jan 2002 12:01:33 -0000 1.4
@@ -130,13 +130,11 @@
<!-- 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).
- WARNING: Due to a bug of Xalan 2.2.0-D13 and beneath there are problems with
multi-threading, so it's
- turned off by default. -->
+ delivers SAX events after all transformations has been done). -->
<xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"
logger="core.xslt-processor">
<parameter name="use-store" value="true"/>
- <parameter name="incremental-processing" value="false"/>
+ <parameter name="incremental-processing" value="true"/>
</xslt-processor>
<!-- Xpath Processor:
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]