cziegeler 01/11/28 00:40:07 Modified: webapp cocoon.xconf webapp/WEB-INF web.xml Log: Updated docs for "incremental processing" and log level in web.xml Submitted by: Jörn Heid [[EMAIL PROTECTED]] Revision Changes Path 1.42 +5 -2 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- cocoon.xconf 2001/11/22 12:26:31 1.41 +++ cocoon.xconf 2001/11/28 08:40:07 1.42 @@ -121,10 +121,13 @@ </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> <!-- Xpath Processor: 1.16 +4 -1 xml-cocoon2/webapp/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/WEB-INF/web.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- web.xml 2001/11/19 15:06:48 1.15 +++ web.xml 2001/11/28 08:40:07 1.16 @@ -78,7 +78,10 @@ </init-param> <!-- - This parameter indicates the log level to use throughout startup of the system + This parameter indicates the log level to use throughout startup of the system. + As soon as the logkit.xconf the setting of the logkit.xconf configuration is + used instead! Only for startup and if the logkit.xconf is not readable/available + this log level is of importance. Available levels are: DEBUG: prints all level of log messages.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]