RE: problem with the sitemap and patterns

2002-12-16 Thread Geoff Howard
Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 3:34 AM > To: cocoon-users > Subject: RE: problem with the sitemap and patterns > > > Ok, the problem it's a bit more clear, now. > &g

RE: problem with the sitemap and patterns

2002-12-16 Thread [EMAIL PROTECTED]
Ok, the problem it's a bit more clear, now. My custom sylesheet is only executed if I force the error: It seesms that Cocoon performs my handle-errors only if it finds an error WHILE processing a match

RE: problem with the sitemap and patterns

2002-12-13 Thread Geoff Howard
- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 13, 2002 4:00 AM > To: cocoon-users > Subject: RE: problem with the sitemap and patterns > > > Well, maybe what I supposed to know about pipelines and matchers is > wrong, but ... > > >

RE: problem with the sitemap and patterns

2002-12-13 Thread [EMAIL PROTECTED]
Well, maybe what I supposed to know about pipelines and matchers is wrong, but ... and the mounted pipeline is something like: Now, if I call http://localhost:8080/cocoon/mysite/index.html or http://localhost:8080/cocoon/mysite/dir1/dir2/index.html

RE: problem with the sitemap and patterns

2002-12-12 Thread Geoff Howard
4 AM > To: cocoon-users > Subject: Re: problem with the sitemap and patterns > > > This is my real pipeline: > > >src="mysite/sitemap.xmap" uri-prefix="mysite"/> > > > As you can see, I use 3 asterisks, 'cause I want to match somethi

Re: problem with the sitemap and patterns

2002-12-12 Thread Lenya L. Khachaturov
On Wed, Dec 11, 2002 at 03:05:57PM -0500, Timothy Larson wrote: > Try > Notice the two asterisks. > > Tim > > >>> [EMAIL PROTECTED] 12/11/02 12:44PM >>> > Is there a way to specify a GENERAL pattern? > I know, the wildcards exists for this reason, but if I write in my sitemap: > > > > and the

Re: problem with the sitemap and patterns

2002-12-12 Thread [EMAIL PROTECTED]
This is my real pipeline: As you can see, I use 3 asterisks, 'cause I want to match something like: "mysite/mydirectory/myfile.myext"; when I write: http://localhost:8080/mysite/1dir or http://localhost:8080/mysite/1dir/2dir/3dir/4dir/file.ext or a lot of other combinations .

Re: problem with the sitemap and patterns

2002-12-11 Thread Antonio Gallardo
Mirco Pallotta - Sebi dijo: > Is there a way to specify a GENERAL pattern? > I know, the wildcards exists for this reason, but if I write in my > sitemap: > > Try: This will work. Antonio Gallardo > > and the user write something like: > http://localhost:8080/cocoon/mysite/dir1/dir2/file1.html

Re: problem with the sitemap and patterns

2002-12-11 Thread Timothy Larson
Try Notice the two asterisks. Tim >>> [EMAIL PROTECTED] 12/11/02 12:44PM >>> Is there a way to specify a GENERAL pattern? I know, the wildcards exists for this reason, but if I write in my sitemap: and the user write something like: http://localhost:8080/cocoon/mysite/dir1/dir2/file1.html th