You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/05/13 10:35:11 UTC

Create a Transformer

I'd like to create a transformer.

This transformer should get the SAX events And put them into a buffer.


What transfomer should look to get some help ?

Lionel


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: Create a Transformer

Posted by Bertrand Delacretaz <bd...@codeconsult.ch>.
Le Mardi, 13 mai 2003, à 10:35 Europe/Zurich, Lionel Crine a écrit :

> I'd like to create a transformer.
> This transformer should get the SAX events And put them into a buffer.

See also 
http://wiki.cocoondev.org/Wiki.jsp?page=ImplementingTransformers

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


RE: Create a Transformer

Posted by Reinhard Pötz <re...@gmx.net>.
Have a look at the AbstractSAXTransformer and extend it. It provides
methods that record all events and returns them as DOM tree. AFAIK there
are some transformers that already extend the AbstractSAXTransformer.

Reinhard

> -----Original Message-----
> From: Lionel Crine [mailto:crine@4dconcept.fr] 
> Sent: Tuesday, May 13, 2003 10:35 AM
> To: cocoon-users@xml.apache.org
> Subject: Create a Transformer
> 
> 
> I'd like to create a transformer.
> 
> This transformer should get the SAX events And put them into a buffer.
> 
> 
> What transfomer should look to get some help ?
> 
> Lionel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org