RE: simple question

2003-06-21 Thread Geoff Howard
you have to do this in the setup of the serializer in sitemap.xmap. See the docs for details. Remember if you need some pipelines to use different settings, you can set up the same serializer class under different pipeline shortcut names with different configs. You may be able to do this per-pip

RE: simple question

2003-01-28 Thread Geoff Howard
I think there's also a setting "hide" which causes the time to be hidden in an xml/html comment. Geoff > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 5:48 PM > To: [EMAIL PROTECTED] > Subject: AW: simple question > > > hi jordi,

Re: simple question

2003-01-28 Thread Jordi Valldaura
vande -Jordi - Original Message - From: "SAXESS - Hussayn Dabbous" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 9:08 PM Subject: Re: simple question > you can find the access times in the logfile > > WEB-INF/logs/access.log > >

Re: simple question

2003-01-28 Thread SAXESS - Hussayn Dabbous
you can find the access times in the logfile WEB-INF/logs/access.log hussayn Jordi Valldaura wrote: I used cocoon 1.8.* in the past, now I'm using 2.0.4. In the first one each generated page had a line with the time cocoon taked to generate it. I dont see this line in cocoon 2 generated pages i

Re: simple question about RequestSelector

2003-01-27 Thread Konstantin Piroumian
ot;Joerg Heinicke" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 25, 2003 4:42 PM > Subject: Re: simple question about RequestSelector > > > > Hello Cyril, > > > > the participants.xsl can be really simple: > > > &

Re: simple question about RequestSelector

2003-01-25 Thread Cyril Vidal
Help, Best, Cyril. - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 4:42 PM Subject: Re: simple question about RequestSelector > Hello Cyril, > > the participants.xsl can be really simple: &g

Re: simple question about RequestSelector

2003-01-25 Thread Christian Haul
Joerg Heinicke wrote: Hello Cyril, the participants.xsl can be really simple: Replacing YOURDEFAULTLANGUAGE with EN or FR you can choose the default language of the application. And the above stylesheet is really not difficult to maintain. But maybe there is such a fallback operation in

Re: simple question about RequestSelector

2003-01-25 Thread Joerg Heinicke
Hello Cyril, the participants.xsl can be really simple: Replacing YOURDEFAULTLANGUAGE with EN or FR you can choose the default language of the application. And the above stylesheet is really not difficult to maintain. But maybe there is such a fallback operation in the input modules too?

Re: simple question about RequestSelector

2003-01-25 Thread Cyril Vidal
Hi Christian, Thanks again very much for your help. I've tested what you suggested me (a good idea...) and it works fine: But, as I read in Cocoon center's lesson about request parameter: Some advantages of RequestSelector over a RequestParamAction are that you can use a default stylesh

Re: simple question about RequestSelector

2003-01-25 Thread Christian Haul
Cyril Vidal wrote: Dear all, I would like to process an URI of the following type: http://localhost:8080/cocoon/hellococoon?langue=anglais&critere=organisme The first parameter's role is to select a specified stylesheet: langue=anglais -> select participantsEN.xslt langue=francais -> select part

RE: simple question about StreamGenerator

2002-10-21 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Oskar, StreamGenerator is expecting its input as a HTTP POST input. There are two scenarios:   - For the POST requests with mime type of application/x-www-form-urlencoded the xml data is expected to be    associated with the name specified in the sitemap parameter.   - For the POST requests