Hello,

yes, this is how it worked for 2.0.3.

The problem only occurs with 2.1. My configuration in cocoon.xconf is

  <xslt-processor logger="core.xslt-processor">
    <parameter name="use-store" value="true"/>
    <parameter name="incremental-processing" value="true"/>
  </xslt-processor>

  <!--+
      | Xalan XSLT Processor
      +-->
  <component class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl" 
logger="core.xslt-processor" role="org.apache.excalibur.xml.xslt.XSLTProcessor/xalan">
    <parameter name="use-store" value="true"/>
    <parameter name="incremental-processing" value="true"/>
    <parameter name="transformer-factory" 
value="org.apache.xalan.processor.TransformerFactoryImpl"/>
  </component>

Unfortunately, this does not lead to a streamed output.

With best regards, Hauke Ernst
_______________________
Hauke Ernst
Bendit GmbH
Innovative Interfaces
Fahrenheitstr. 1
D-28359 Bremen
mobil +49 (174) 3224679
fon +49 (421) 2208408
fax +49 (421) 2208407
email [EMAIL PROTECTED]
_______________________

-----Urspr�ngliche Nachricht-----
Von: Bruno Dumon [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 31. August 2003 22:36
An: [EMAIL PROTECTED]
Betreff: Re: Incremental Processing in Cocoon 2.1

On Sat, 2003-08-30 at 21:24, Hauke Ernst wrote:
> Hello,
> I have got a problem with incremental processing in cocoon 2.1,
> running in Tomcat 5.0.5 with Java 1.4.
> In cocoon 2.0.3, incremental processing worked fine following the
> guide given in FAQ "Specifying Different XSLT Processor Options". In
> 2.1, the transformations work, but not incrementally. 
> Does anyone know how to switch on this feature in 2.1?

I don't know to which FAQ you are refering, but if you search the
cocoon.xconf for "incremental-processing", you should find what you
need.

PS: in the future, please don't send HTML mail

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to