RE: Dynamic sitemap

2003-04-05 Thread Steven Cummings
This might be a far leap from the original request, but does anybody know if it is possible in the future that we might get and now that 2.1-dev has simplified input modules? I know map:select already does basically what map:choose would do (assuming similarity to the same xsl constructs), but

RE: Dynamic sitemap

2003-04-04 Thread Reinhard Pötz
No because this would lead to a real mess in sitemaps and therefore to committers are against dynamic sitemaps (and IMHO they are right ...). and maybe the more important reason is that nobody has ever presented a usecase that makes dynamic sitemaps necessary. By the way, what's your usecase? Reg

Re: dynamic sitemap dependent on response mimetype ?

2003-02-18 Thread SAXESS - Hussayn Dabbous
Hy; My original problem came up, when i started to gather data from another site under authentication. This site happened to send back a login form instead of the expected XML-data stream uppon first request. Unfortuntely the site did NOT send back a HTTP-401 from which i could setup some error ha

Re: dynamic sitemap dependent on response mimetype ?

2003-02-18 Thread Geoff Howard
At 10:23 AM 2/18/2003, you wrote: Anyway i think, your answer saved me from doing unnecessary experiments... regards, Hussayn Good - that's why I wrote that despite not really having time to understand fully what you were trying to do. ;) Geoff Geoff Howard wrote: Sounds like you're asking

Re: dynamic sitemap dependent on response mimetype ?

2003-02-18 Thread SAXESS - Hussayn Dabbous
Hy, Geoff; Thank's for the info. I hoped there was a better integrated solution. Ok, then i have to think about what that means for my current project in more detail. Anyway i think, your answer saved me from doing unnecessary experiments... regards, Hussayn Geoff Howard wrote: Sounds like you

Re: dynamic sitemap dependent on response mimetype ?

2003-02-18 Thread Geoff Howard
Sounds like you're asking to dynamically affect the pipeline setup after the generator is called which is by design impossible. If so, you'll need a component that executes before pipeline setup (which therefore can alter pipeline setup) which limits you to actions, matchers, and selectors. (d

Re: dynamic sitemap ?

2002-01-11 Thread Christoph Henrici
Robert Koberg wrote: >I see from some archives that SM does not like dynamic sitemaps. My tool >needs dynamic sitemaps. > Still a newby, but definitely understanding a bit more about the concepts of cocoon 2, i think are your probably confusing different levels of requirements with regard to cha

Re: dynamic sitemap ?

2002-01-11 Thread Robert Koberg
> - Original Message - > From: <[EMAIL PROTECTED]> > Do you need a dynamic sitemap or a dynamic site structure? > > The sitemap is (becomes) HTTP request->response mapping code. > It needs recompiling for each change to the sitemap.xmap file - a massive > overhead on a per-request basis

RE: dynamic sitemap ?

2002-01-11 Thread david . greaves
Do you need a dynamic sitemap or a dynamic site structure? The sitemap is (becomes) HTTP request->response mapping code. It needs recompiling for each change to the sitemap.xmap file - a massive overhead on a per-request basis (!) You can include code that interrogates a dynamic system and influe