auto-reload question

2002-03-13 Thread Ruud Diterwich
changed accordingly and I have to restart the appserver. Does anyone have similar problems and hopefully a solution? Ruud Diterwich - Please check that your question has not already been answered in the FAQ before posting. &l

Re: Processing XSL dynamically created with XSLT

2002-02-06 Thread Ruud Diterwich
One difference with the sub site-map is that it uses only 1 pipeline. Indeed, it turns out, that when I put both <map:match> elements in one pipeline, it does work. Is this correct behaviour? Should aggregation be used to combine multiple pipelines?   Ruud Diterwich   -Or

Re: Processing XSL dynamically created with XSLT

2002-02-04 Thread Ruud Diterwich
eet_source.xml" type="file"/>     <map:transform src="generate_stylesheet.xsl"/>     <map:serialize type="xml"/>   map:match>     map:pipeline>       <map:pipeline>   <map:match pattern="test">     <map:generate src="source.xml" type="file"/>     <map:transform src="cocoon:/generated_stylesheet" type=”xslt”/>     <map:serialize type="xml"/>   map:match>     map:pipeline>   Any ideas?   Ruud Diterwich