You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Carsten Ziegeler <cz...@s-und-n.de> on 2002/11/03 12:58:50 UTC

RE: Pipeline vs Pipeline(S)

With Cocoon 2.0.x there is only one main difference:

Error handling, you have an error handler on a <map:pipeline> base.

Starting with Cocoon 2.1(-dev) you can also choose the pipeline
algorithm for each <map:pipeline> section - so e.g. you can
turn on caching for one section and turn it off for another.
Or use a different caching for a third section etc.


HTH
Carsten


> -----Original Message-----
> From: Steven Punte [mailto:steve17110@yahoo.com]
> Sent: Thursday, October 31, 2002 8:59 PM
> To: cocoon-users@xml.apache.org
> Subject: Pipeline vs Pipeline(S)
> 
> 
> What the difference between
> 
>   <map:pipeline>
>     <map:match="foo">......</>
>     <map:match="bar">......</>
>   </>
> 
> and
> 
>   <map:pipeline>
>     <map:match="foo">......</>
>   </>
> 
>   <map:pipeline>
>     <map:match="bar">......</>
>   </>
> 
> Thanks in advance:
> Steve Punte
> stevep@candlelightsoftware.com
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
> 

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

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>