You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/03/19 22:06:19 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF cocoon.xconf

nicolaken    02/03/19 13:06:19

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  Setting  incremental-processing for Xalan to false till it works again.
  It broke the sub/generror sample, which is a major blocker IMO.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cocoon.xconf	18 Mar 2002 19:23:51 -0000	1.1
  +++ cocoon.xconf	19 Mar 2002 21:06:19 -0000	1.2
  @@ -136,7 +136,7 @@
     <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"
                     logger="core.xslt-processor">
        <parameter name="use-store" value="true"/>
  -     <parameter name="incremental-processing" value="true"/>
  +     <parameter name="incremental-processing" value="false"/>
     </xslt-processor>
   
     <!-- Xpath Processor:
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org