From what I understand there isn't a whole lot of difference, but having separate pipelines allows you to use different pipeline implementations to allow for things like caching, logging, etc.

Justin

On Thursday, October 31, 2002, at 11:59 AM, Steven Punte wrote:

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]

---------------------------------------------------------------------
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