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