No, you can't have an action there (sitemap.xsl, lines: 486-493).
Surround it with match like this:

> <map:pipelines>
>   <map:pipeline>
     <map:match pattern="**">
>     <map:act ....>
>       <map:match ......>
>         ...
>       </map:match>
>       <map:match ....>
>         ...
>       </map:match>
>
>       ..............
>
>     </map:act>
     </map:match>
>   </map:pipeline>
> </map:pipelines>

Vadim


> -----Original Message-----
> From: RamsÊs Morales [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 03, 2001 3:12 PM
> To: [EMAIL PROTECTED]
> Subject: map:act under map:pipeline ??
>
>
> 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