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: [EMAIL PROTECTED]
> 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
> [EMAIL PROTECTED]
> 
> __________________________________________________
> 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:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to