> From: Ruud Diterwich [mailto:[EMAIL PROTECTED]]
> 
> Hi list,
> 
> I'm experiencing some troubles with auto-reloading input files when
> using generated stylesheets. I've defined a pipeline with an XSLT
> transformation step, where the input xsl is generated by yet another
> stylesheet. If I change the input XML file for this latter stylesheet,
> the main transformation is not updated correctly.
> 
> This is my pipeline:
> 
> <map:pipelines>
>     <map:pipeline>
>         <map:match pattern="rulesheet">
>               <map:generate src="rules.xml" type="file"/>
>               <map:transform src="rulesheet_generator.xsl"
> type="xslt"/>
>               <map:serialize type="xml"/>
>         </map:match>
> 
>       <map:match pattern="fire-event">
>               <map:generate type="request"/>
>               <map:transform src="request2event.xsl" type="xslt"/>
>               <map:transform src="cocoon:/rulesheet" type="xslt"/>
>       </map:match>
>     <map:pipeline>
> <map:pipelines>
> 
> So, if a change the rules.xml file, the output of 'fire-event' is not
> changed accordingly and I have to restart the appserver.
> 
> Does anyone have similar problems and hopefully a solution?

Try latest Cocoon from the CVS or wait till Cocoon 2.0.2 release.

Vadim

> 
> Ruud Diterwich


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to