As my English is not the best feel free to alter the text. I set the incremental processing feature to false due to the bug report of Carsten.
JOERN
Index: webapp/cocoon.xconf =================================================================== RCS file: /home/cvspublic/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.7.2.29 diff -u -b -r1.7.2.29 cocoon.xconf --- webapp/cocoon.xconf 2001/11/22 12:26:12 1.7.2.29 +++ webapp/cocoon.xconf 2001/11/25 09:55:17 @@ -121,10 +121,14 @@ </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). + 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. --> <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" logger="root.xslt"> <parameter name="use-store" value="true"/> - <parameter name="incremental-processing" value="true"/> + <parameter name="incremental-processing" value="false"/> </xslt-processor> <!-- URL Factory:
Index: webapp/cocoon.xconf =================================================================== RCS file: /home/cvspublic/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.7.2.29 diff -u -b -r1.7.2.29 cocoon.xconf --- webapp/cocoon.xconf 2001/11/22 12:26:12 1.7.2.29 +++ webapp/cocoon.xconf 2001/11/25 09:59:20 @@ -121,10 +121,15 @@ </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). + 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. + --> <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" logger="root.xslt"> <parameter name="use-store" value="true"/> - <parameter name="incremental-processing" value="true"/> + <parameter name="incremental-processing" value="false"/> </xslt-processor> <!-- URL Factory:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]