cziegeler    01/11/28 00:40:31

  Modified:    webapp   Tag: cocoon_20_branch cocoon.xconf
               webapp/WEB-INF Tag: cocoon_20_branch web.xml
  Log:
  Updated docs for "incremental processing" and log level in web.xml
  Submitted by: Jörn Heid [[EMAIL PROTECTED]]
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.30  +5 -2      xml-cocoon2/webapp/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
  retrieving revision 1.7.2.29
  retrieving revision 1.7.2.30
  diff -u -r1.7.2.29 -r1.7.2.30
  --- cocoon.xconf      2001/11/22 12:26:12     1.7.2.29
  +++ cocoon.xconf      2001/11/28 08:40:30     1.7.2.30
  @@ -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>
   
     <!-- URL Factory:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.13 +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.1.1.1.2.12
  retrieving revision 1.1.1.1.2.13
  diff -u -r1.1.1.1.2.12 -r1.1.1.1.2.13
  --- web.xml   2001/11/19 15:08:23     1.1.1.1.2.12
  +++ web.xml   2001/11/28 08:40:30     1.1.1.1.2.13
  @@ -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]

Reply via email to