> From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]]
> 
> Vadim Gritsenko wrote:
> >
> > How about this:
> >
> > <map:components>
> >   <map:pipelines default="caching">
> >     <map:pipeline name="caching">
> >       <stream-pipeline src="CachingStreamPipeline"/>
> >       <event-pipeline src="CachingEventPipeline"/>
> >     </pipeline>
> >     <map:pipeline name="profiling-caching">
> >       <stream-pipeline src="ProfilingCachingStreamPipeline"/>
> >       <event-pipeline src="ProfilingCachingEventPipeline"/>
> >     </map:pipeline>
> >   </map:pipelines>
> > </map:components>
> >
> > <map:pipelines>
> >   <!-- note: type="" instead of name=""! -->
> >   <map:pipeline type="caching">
> >     <map:parameter name="expires" value="after 1 day"/>
> >     ....
> >   </map:pipeline>
> > </map:pipelines>
> >
> > This would be more consistent with the rest of the sitemap.
> 
> Not really.
> 
> that's why we have <generator> and <generate>, 'actor' vs 'action'.

Yes, true... Hm... How about pipeliner? :)

Vadim


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

Reply via email to