> Or put the most likely pipelines to get hit first and the least likely
last...

That can be problematic if your most used pipelines are the generic matches.
Eg, three special cases and 100 general cases:

        match="fee.foe"

        match="fee.fie"

        match="fee.fum"

        match= "fee.*"

Probably ok with three special cases, but what about 20, or 50...???





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