Hi!

As I remember, you can't, but you can have nested matchers:

<map:match patthern="*">
    <map:act ...>
    <map:match pattern=".htm">
        ...
    </map:match>
</map:match>

Regards,
    Konstantin Piroumian

> Hi.
> 
> Can I have an action directly under a pipeline?? Something like this:
> 
> <map:pipelines>
>   <map:pipeline>
> 
>     <map:act ....>
>       <map:match ......>
>         ...
>       </map:match>
>       <map:match ....>
>         ...
>       </map:match>
> 
>       ..............
> 
>     </map:act>
> 
>   </map:pipeline>
> </map:pipelines>
> 
> I'm asking because I have an action that I want executed for every
> element inside the pipeline.
> 
> Thanks for your help.
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.html>

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

Reply via email to