Re: [proposal] fixing the encoding problems

2003-03-19 Thread Paul Duffin
Gianugo Rabellino wrote: Stefano Mazzocchi wrote: Paul Duffin wrote: A problem that I ran into was that Serializers do not have access to the environment (Request / Response). This means that it is very hard to write sophisticated Serializers. For example? (I think FOP and batik are both

Re: [proposal] fixing the encoding problems

2003-03-19 Thread Paul Duffin
A problem that I ran into was that Serializers do not have access to the environment (Request / Response). This means that it is very hard to write sophisticated Serializers. We worked around this by using it in conjunction with a Transformer that was given the environment and simply passed it

Re: cvs sticky tag problem

2002-12-04 Thread Paul Duffin
Christian Haul wrote: On 03.Dec.2002 -- 11:34 PM, Diana Shannon wrote: I was trying to sync HEAD and release versions of src/documentation/xdocs/userdocs/actions/database-actions.xml but when I try to commit the updated version to the release branch, I get: cvs server: sticky tag `cocoon_2_0

General questions on design

2002-11-28 Thread Paul Duffin
I have some general questions on the design, the answer to many of them may be that it is historical but I could not find anything in the code to indicate this. Please do not take these questions as criticisms, I am simply trying to understand the design of the code. If there is a resource that

Re: Serializer and SitemapModelComponent

2002-11-27 Thread Paul Duffin
Carsten Ziegeler wrote: Paul Duffin wrote: Why is the Serializer not an instance of SitemapModelComponent when both generators and transformations are ? The following link shows a discussion which took place in April this year which seemed to indicate that this was going to be changed but

Serializer and SitemapModelComponent

2002-11-27 Thread Paul Duffin
Why is the Serializer not an instance of SitemapModelComponent when both generators and transformations are ? I realise that none of the existing Serializers actually need the information which is supplied by the setup method and that if you are not careful it is very easy to use the ServletRes