Re: Confused about serialization API

2001-09-02 Thread giacomo
On Fri, 31 Aug 2001, Gianugo Rabellino wrote: > On Fri, Aug 31, 2001 at 06:24:08AM -0700, Davanum Srinivas wrote: > > > As i answered earlier, you can inject a transformer in between that will resolver >the relative > > URL's and pump in the absolute url's just before your serializer is called.

Re: Confused about serialization API

2001-08-31 Thread Gianugo Rabellino
On Fri, Aug 31, 2001 at 06:24:08AM -0700, Davanum Srinivas wrote: > As i answered earlier, you can inject a transformer in between that will resolver >the relative > URL's and pump in the absolute url's just before your serializer is called. Will >this work? It will certainly. Probably a plain

Re: Confused about serialization API

2001-08-31 Thread Davanum Srinivas
Gianugo, As i answered earlier, you can inject a transformer in between that will resolver the relative URL's and pump in the absolute url's just before your serializer is called. Will this work? Please don't treat my answer as absolute. Let us get others opinion as well. Also see previous em

Re: Confused about serialization API

2001-08-31 Thread Gianugo Rabellino
Dims, thanks for your reply. I'm quite surprised of this approach and would really appreciate to get a grasp on the reason for doing this (since I'm sure there must be a good one :)). I'm still a bit confused and hope there is a way to get around this issue: actually my problem is to resolve re

Re: Confused about serialization API

2001-08-31 Thread Davanum Srinivas
Gianugo, Yes. This is on purpose. If you are really keen on it, then you can add a new transformer that can modify the sax stream as needed, followed by one of the regular serializers like XML or HTML serializer. Thanks, dims --- Gianugo Rabellino <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a b

Confused about serialization API

2001-08-30 Thread Gianugo Rabellino
Hi, I'm a bit confused about the serialization API in Cocoon 2. I'm writing a serializer and I need access to some informations normally available in generators/transformers via the Map passed in the setup() method. I see that serializers do not have this approach, all they need is to set the Out