have a look at the regular expression matcher at
cocoon/documents/userdocs/matchers/matchers.html, you'll be able to do it
with only 1 regexp matcher.

fabien.

>-----Message d'origine-----
>De: Per Kreipke [mailto:[EMAIL PROTECTED]]
>Date: mardi 9 juillet 2002 19:15
>À: [EMAIL PROTECTED]
>Objet: RE: Howto select EVERY Image ending with *.gif ?
>
>
>Good point, thanks. I thought he was asking about the gifs in 
>subdirs :-o
>
>Per
>
>> -----Original Message-----
>> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, July 09, 2002 1:08 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: Howto select EVERY Image ending with *.gif ?
>> 
>> 
>> It only doesn't match on .gif without any directory. If he 
>doesn't need 
>> the filename specifically, the **.gif (he tested already??) is the 
>> correct solution.
>> 
>> Joerg
>> 
>> Per Kreipke wrote:
>> > I think the pattern you want is:
>> > 
>> > **/*.gif
>> > 
>> > == 'any .gif in any directory, no matter how deep'
>> > 
>> > Per
>> 
>> 
>> ---------------------------------------------------------------------
>> 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]>
>

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