Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt
i play arround and forced the strange behaviour in annother way: i tested the follwing scenario: the Base-Sitemap: ... the SubSitemap : this gives an error. i

Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt
> So good ,but what this?: > this line -is knoledge about the mounted subsitemap. yes and no. It's a minimal knowledge ... no knowledge means nothing ;-) > You can use also instead of src="cocoon:/sub/"/>. ok, lets discuss this snippet: the question is: is i

RE: problem with subsitemap

2002-04-26 Thread Vadim Gritsenko
> From: Frank Taffelt [mailto:[EMAIL PROTECTED]] > > Hi, > > i'm trying to serve my application-content from subsitemaps. > Here is a example from my sitemap. > > the Base-Sitemap: > > > > > > > > > > > > > > the SubSitemap : > > > > Try here:

Re: problem with subsitemap

2002-04-26 Thread yuryx
Frank Taffelt wrote: >> try this: >> >> >> >> >> > >yes this should work. But the idea is: > The delegating sitemap has no knowledge about the the structure (matches >and internal redirects) >of the mounted subsitmap's (suppose the mounted subsitmap also only >delegates into deeper subsitemaps

Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt
> try this: > > > > yes this should work. But the idea is: The delegating sitemap has no knowledge about the the structure (matches and internal redirects) of the mounted subsitmap's (suppose the mounted subsitmap also only delegates into deeper subsitemaps ...)

Re: problem with subsitemap

2002-04-26 Thread yuryx
Frank Taffelt wrote: >>Try >> > >no this works when requesting url directly "/sub/" OR "/sub/entry". the >subsitemap is found and compiled. > try this: Yury. > > > >- >Please check that your question has not already be

Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt
> Try no this works when requesting url directly "/sub/" OR "/sub/entry". the subsitemap is found and compiled. - Please check that your question has not already been answered in the FAQ before posting.

Re: problem with subsitemap

2002-04-26 Thread yuryx
Frank Taffelt wrote: >Hi, > >i'm trying to serve my application-content from subsitemaps. >Here is a example from my sitemap. > >the Base-Sitemap: > > > > > > > Try Yury > > > > > > > > >the SubSitemap : > > > > > > > > > > > > > > >

problem with subsitemap

2002-04-26 Thread Frank Taffelt
Hi, i'm trying to serve my application-content from subsitemaps. Here is a example from my sitemap. the Base-Sitemap: the SubSitemap : When requesting "/test" i expect the content from /sub/entry. But i'm g