RE: Dynamic sitemap

2003-04-05 Thread Steven Cummings
Regards, >Reinhard > >> -Original Message- >> From: Ali Mesbah [mailto:[EMAIL PROTECTED] >> Sent: Friday, April 04, 2003 11:10 AM >> To: [EMAIL PROTECTED] >> Subject: Dynamic sitemap >> >> >> >> Hallo, >> I need to add new pi

RE: Dynamic sitemap

2003-04-04 Thread Reinhard Pötz
ecase? Regards, Reinhard > -Original Message- > From: Ali Mesbah [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 11:10 AM > To: [EMAIL PROTECTED] > Subject: Dynamic sitemap > > > > Hallo, > I need to add new pipelines to the sitemap dynamically

Dynamic sitemap

2003-04-04 Thread Ali Mesbah
Hallo, I need to add new pipelines to the sitemap dynamically. Is there any way of doing this?? Thanks, -- -- Ali Mesbah, West Consulting B.V., www.west.nl, +31 15 2191600 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

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

dynamic sitemap dependent on response mimetype ?

2003-02-18 Thread SAXESS - Hussayn Dabbous
Hy; Can i overcome following problem: Within a match i read or aggregate some XML-sources from another server, e.g.: http://myserver/mypage.xml"/> Now suppose, myserver does not send back the content of mypage.xml, but another HTTP-200 response containing an HTML message with some inf

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

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

dynamic sitemap ?

2002-01-11 Thread Robert Koberg
I see from some archives that SM does not like dynamic sitemaps. My tool needs dynamic sitemaps. Would cocoon be the wrong choice? I mean does the burden of recompiling the sitemap on each update make it impractical? thanks, -Rob

Re: Design: a more dynamic sitemap ?

2001-11-22 Thread giacomo
On Thu, 22 Nov 2001, Luca Morandini wrote: > Folks, > > I think Cocoon is terrific for web publishing, and that the sitemap concept > is just brilliant. Thanks. > But, for more complex web applications, I think the current sitemap concept > falls short. This is already recognized and random th

Design: a more dynamic sitemap ?

2001-11-22 Thread Luca Morandini
Folks, I think Cocoon is terrific for web publishing, and that the sitemap concept is just brilliant. But, for more complex web applications, I think the current sitemap concept falls short. What I would like is a sitemap which responds to SAX events and, generally, is more dynamic. Just imagi

RE: how to implement a dynamic sitemap?

2001-10-25 Thread Liam Morley
ssage- From: Christer Lindh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: how to implement a dynamic sitemap?   As far as I've understood C2, there is now a quite static sitemap which tells what request gets what XSL. This is too static f

Re: how to implement a dynamic sitemap?

2001-10-25 Thread Sergio Carvalho
Christer Lindh wrote: > As far as I've understood C2, there is now a quite static sitemap > which tells what request gets what XSL. This is too static for my > needs, I would like to do a bunch of calculations and then decide on > what XSL to use. Is there any way I can accomplish this with C2

Re: how to implement a dynamic sitemap?

2001-10-25 Thread Piroumian, Konstantin
- Original Message - From: Christer Lindh To: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 2:03 AM Subject: how to implement a dynamic sitemap? As far as I've understood C2, there is now a quite static sitemap which tells what request gets what XSL. This is to

Re: how to implement a dynamic sitemap?

2001-10-25 Thread Martin Man
On Thu, Oct 25, 2001 at 12:03:06AM +0200, Christer Lindh wrote: > As far as I've understood C2, there is now a quite static sitemap which tells what >request gets what XSL. This is too static for my needs, I would like to do a bunch of >calculations and then decide on what XSL to use. Is there a

Re: how to implement a dynamic sitemap?

2001-10-25 Thread Mario Muja
Message - From: Christer Lindh To: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 12:03 AM Subject: how to implement a dynamic sitemap? As far as I've understood C2, there is now a quite static sitemap which tells what request gets what XSL. This i

how to implement a dynamic sitemap?

2001-10-25 Thread Christer Lindh
As far as I've understood C2, there is now a quite static sitemap which tells what request gets what XSL. This is too static for my needs, I would like to do a bunch of calculations and then decide on what XSL to use. Is there any way I can accomplish this with C2?   I have my own producer t