RE: Howto select EVERY Image ending with *.gif ?

2002-07-10 Thread TREGAN Fabien

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]




Re: Howto select EVERY Image ending with *.gif ?

2002-07-09 Thread Joerg Heinicke

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]




Re: Howto select EVERY Image ending with *.gif ?

2002-07-09 Thread Christian Haul

On 09.Jul.2002 -- 01:03 PM, Per Kreipke wrote:
 I think the pattern you want is:
 
 **/*.gif
 
 == 'any .gif in any directory, no matter how deep'

add another one

  *.gif

if you don't know if a directory is part of the path. That makes it
two matchers. Could use a resource for the actual stuff and forward
only {2} and {1}. Only makes sense if it's more than a reader,
though.

Chris.

Please follow up summarizing your problem and which suggested solution
/ information worked for you when you consider your problem
solved. Add SUMMARY:  to the subject line. This will make FAQ
generation and searching the list easier. In addition, it makes
helping you more fun. Thank you.

-- 
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08


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




RE: Howto select EVERY Image ending with *.gif ?

2002-07-09 Thread Per Kreipke

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]