Re: Value-substitution question

2002-12-25 Thread Anna Afonchenko
Thank you Konstantin. Now I understand it, and know how to use proper matter matches. Thank you Anna - Original Message - From: "Konstantin Piroumian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 9:41 AM Subject: Re: Value-substi

Re: Value-substitution question

2002-12-25 Thread Konstantin Piroumian
l be solved somehow in future releases. (One of the possibilities could be to allow expressions like "test/** | test/*" in patterns.) Konstantin > > Thank you very much for your help. > Anna > > > - Original Message - > From: "Joerg Heinicke" <[EMA

RE: Value-substitution question

2002-12-25 Thread Geoff Howard
. Geoff Howard > -Original Message- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 25, 2002 12:19 PM > To: [EMAIL PROTECTED] > Subject: Re: Value-substitution question > > > Anna Afonchenko wrote: > > Oh, sorry, this is my typo. >

Re: Value-substitution question

2002-12-25 Thread Joerg Heinicke
m with **, so I can only guess: Isn't there any match pattern before "test/**", which catches the URI? And what do the log files say? As a consolation: For me everything looks ok ;-) Regards, Joerg - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTE

Re: Value-substitution question

2002-12-25 Thread Anna Afonchenko
Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 25, 2002 11:10 AM Subject: Re: Value-substitution question Hello Anna, I think the matcher is ok. ** matches everything on every hierarchy level (so 0, 1 or more

Re: Value-substitution question

2002-12-25 Thread Joerg Heinicke
Hello Anna, I think the matcher is ok. ** matches everything on every hierarchy level (so 0, 1 or more slashes). It seems that something is differently resolved, if it's only 1 slash. > _The requested URI "/cocoon/ub/xml.apache.org/faq-xslt.html" was not found_ Where does the "ub" come from?