On Mon, Jan 20, 2003 at 07:52:24PM +0100, Oskar Casquero wrote:
> I agree with you. I thought that using a serializer would be useful to get
> an input source for the parser. But now I see that it would be much better
> to use JARV to develop the transformer based only in SAX events (use 4_2 of
> J
{
...
super.setContentHandler(verifierHandler);
...
}
Thank you
Oskar
- Original Message -
From: "Jeff Turner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 1:22 PM
Subject: Re: serializing inside a transformer
> On Mon, Jan 20, 2003 at 01:00:4
hi:
I am not a pro in Cocoon. How do this the log transformer? check the
sources of
org.apache.cocoon.transformation.LogTransformer
And maybe there you can found your answer.
Antonio Gallardo.
Oskar Casquero dijo:
> Hi,
>
> I would like to serialize SAX events to a file inside a transformer, s
On Mon, Jan 20, 2003 at 01:00:41PM +0100, Oskar Casquero wrote:
> Hi,
>
> I would like to serialize SAX events to a file inside a transformer, so
> that I can validate the file with the parser. The problem is that I
> don't how to set the serializer in order to make it able to receive the
> SAX ev