Re: processing serializer output on server

2002-05-10 Thread Horst Rutter
Thanks Vadim, Cool suggestion. I still need to get around to try it out, but it makes a lot of sense to me. ;) Horst - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 3:35 AM Subject: RE: processin

RE: processing serializer output on server

2002-05-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Thanks for the input. > > Sorry, I believe I was not clear the sitemap code I provided does not work: > >... > > > ... > > fails because supplying "cocoon:/generatepdf" as a parameter for the generator > does not work. > I

Re: processing serializer output on server

2002-05-06 Thread Horst Rutter
Thanks for the input. Sorry, I believe I was not clear the sitemap code I provided does not work: ... ... fails because supplying "cocoon:/generatepdf" as a parameter for the generator does not work. I debugged it and discovered Cocoon uses the provided String instead of calling i

Re: processing serializer output on server

2002-05-06 Thread Nicola Ken Barozzi
From: "Horst Rutter" <[EMAIL PROTECTED]> > Nicola, > What do you mean by "the Generator of the second calls the output of the first one"? > Are you refering to a map:call or a "cocoon:/smth" parameter? > Could you please give a short example? > > Here is what I have right now: > Also to correct m

Re: processing serializer output on server

2002-05-04 Thread Horst Rutter
y, May 04, 2002 1:35 AM Subject: Re: processing serializer output on server > > From: "Horst Rutter" <[EMAIL PROTECTED]> > > > Hi all, > > Is it possible to do some postprocessing using the output of a serializer > > before the pipeline is finished for c

Re: processing serializer output on server

2002-05-04 Thread David Crossley
Nicola Ken Barozzi wrote: > Horst Rutter wrote: > > > Hi all, > > Is it possible to do some postprocessing using the output of a serializer > > before the pipeline is finished for consumation by the client? > > > > I have looked around but did not find any proper sitemap construct. > > I also did

Re: processing serializer output on server

2002-05-04 Thread Nicola Ken Barozzi
From: "Horst Rutter" <[EMAIL PROTECTED]> > Hi all, > Is it possible to do some postprocessing using the output of a serializer > before the pipeline is finished for consumation by the client? > > I have looked around but did not find any proper sitemap construct. > I also did not find anything al