Michel Erard wrote:
Hello,

I'd like to write a custom transformer which replases tags like: <param>NAME</param> with "Mike" for example.
I've found a little manual here: http://www.cocooncenter.org/articles/transformer.html but this is not very helpful because it doesn't any replaceing.
Does someone know, where I finde a tutorial for my problem or does have some information?

Check out org.apache.cocoon.transformation.AbstractDOMTransformer and org.apache.cocoon.transformation.AbstractSAXTransformer. They are base classes that you can extend with minimal effort.


Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to