You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Johannes Lichtenberger <Jo...@uni-konstanz.de> on 2009/12/18 20:46:32 UTC

writing my own transformer

Hi,

another maybe silly question is how do I get the consumer in a
transformer which extends AbstractTransformer (in Cocoon3). It seems if
I specify "final XMLConsumer mXMLConsumer = this.getXMLConsumer();" it's
null...

regards,
Johannes


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


Re: writing my own transformer

Posted by Johannes Lichtenberger <Jo...@uni-konstanz.de>.
On Fri, 2009-12-18 at 20:46 +0100, Johannes Lichtenberger wrote:
> Hi,
> 
> another maybe silly question is how do I get the consumer in a
> transformer which extends AbstractTransformer (in Cocoon3). It seems if
> I specify "final XMLConsumer mXMLConsumer = this.getXMLConsumer();" it's
> null...

Hm, the only thing which has to be done is to call the super-methods ;-)


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