RE: Sitemap parameters

2003-06-13 Thread Maxime.Gheysen
don't work the "\\" ... Is there no other way? Like "asd" + {request-param:asdf} or something like that? -Original Message- From: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:07 PM To: '[EMAIL PROTECTED]' Subject: RE: Sitemap

RE: Sitemap parameters

2003-06-13 Thread Jorg Heymans
My guess would be that the \ in CORPROOT\{request-param:name} escapes the next character (whether it should or not I don't know) and so the variable interpolation is not happening. Check the sitemap log in WEB-INF/logs, it might have an indication as to what is happening exactly Can you try escap

RE: Sitemap parameters lifetime

2003-02-20 Thread Laurent Comte
It seems I must post the same question twice to have an answer :)   Regards.Laurent. -Message d'origine-De : Laurent Comte [mailto:[EMAIL PROTECTED]]Envoyé : jeudi 20 février 2003 13:09À : [EMAIL PROTECTED]Objet : Sitemap parameters lifetime As described at http://xm

RE: Sitemap parameters and configuration of pages

2002-07-10 Thread Vadim Gritsenko
> From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Hi all, > > I've got a number of pages that render links and my application base is > subject to change. I realize that one can set a link base in the > outputted html, but I'd rather configure it on some kind of site basis. > Is there som

RE: Sitemap parameters to XSP pages

2002-06-25 Thread Fabricio Chalub
> > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102266350403912&w=2 > > Hope this helps. Thanks it did help! Somehow I managed to miss that message *and* the docs [{...}concepts/matchers_selectors.html]. ;) fc - Pleas

Re: Sitemap parameters from servlet init (e.g. from outside the s itemap)...

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 12:47 PM, Piroumian Konstantin wrote: > > > - in Cocoon, does something already exist to get set sitemap > > > parameters from somewhere 'global' (hopefully from the init params)? > > > > Or perhaps to/from the servlet context? > > There is a new thing in CVS HEAD called Input

RE: Sitemap parameters from servlet init (e.g. from outside the sitemap)...

2002-06-25 Thread Piroumian Konstantin
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > P.s. > > > - in Cocoon, does something already exist to get set sitemap > > parameters from somewhere 'global' (hopefully from the init params)? > > Or perhaps to/from the servlet context? There is a new thing in CVS HEAD called InputModule

Re: Sitemap parameters to XSP pages

2002-06-24 Thread Kenny Chow
Hi Fabricio, http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102266350403912&w=2 Hope this helps. Kenny --- Fabricio Chalub <[EMAIL PROTECTED]> wrote: > Hello, folks. > > How can I pass a parameter specified on the sitemap > to a XSP (and, possibly, > a logicsheet)? > > I was thinking some

RE: Sitemap parameters from servlet init (e.g. from outside the sitemap)...

2002-06-24 Thread Per Kreipke
P.s. > - in Cocoon, does something already exist to get set sitemap > parameters from somewhere 'global' (hopefully from the init params)? Or perhaps to/from the servlet context? Per - Please check that your question has no

RE: sitemap parameters

2002-04-19 Thread Paul Pattison
Just found my answer. It's a HashMap of values returned by an Action. Sorry. -Original Message- From: Paul Pattison [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 11:32 To: Cocoon Mailing List Subject: sitemap parameters I was just checking out the code that makes the 'protected' area

RE: Sitemap parameters set by Transformer

2001-11-11 Thread giacomo
S Consultant > [EMAIL PROTECTED] > http://utenti.tripod.it/lmorandini/index.html > - > > > > -Original Message- > > From: giacomo [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, November 11, 2001 11:41 AM &g

RE: Sitemap parameters set by Transformer

2001-11-11 Thread Luca Morandini
- > -Original Message- > From: giacomo [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 11, 2001 11:41 AM > To: [EMAIL PROTECTED] > Subject: RE: Sitemap parameters set by Transformer > > > On Sat, 10 Nov 2001, Luca Morandini wrote: > > > Giacomo, > > > >

RE: Sitemap parameters set by Transformer

2001-11-11 Thread giacomo
On Sat, 10 Nov 2001, Liam Morley wrote: > I think what Luca means is to have something like "". To > me, it would make sense to send SAX events that trigger certain things > to happen down the road, depending on what you have in mind. > > Otherwise, I'm not sure if you can set sitemap properties

Re: Sitemap parameters set by Transformer

2001-11-11 Thread giacomo
ot the other way around. Hope this makes it clearer. Cheers Giacomo > > Thanks for your kind reply, > > - >Luca Morandini >GIS Consultant > [EMAIL PROTECTED] > http://utenti.t

RE: Sitemap parameters set by Transformer

2001-11-10 Thread Liam Morley
I think what Luca means is to have something like "". To me, it would make sense to send SAX events that trigger certain things to happen down the road, depending on what you have in mind. Otherwise, I'm not sure if you can set sitemap properties mid-way through a pipeline's execution, although

Re: Sitemap parameters set by Transformer

2001-11-10 Thread giacomo
On Sat, 10 Nov 2001, Luca Morandini wrote: > Folks, > > does anyone know how to set a sitemap parameter from within a Transformer ? Why would your Transformer need to set a sitemap parameter (BTW what do you mean by "sitemap parameter"??) Actually there is no way (and no intention) to set