Hi all,

please can someone give me a hint of using the right class.
I have a generated SVG DOM in a transformer and want to include it at the sax stream.
I have tried
1. org.apache.cocoon.xml.IncludeXMLConsumer
and
2. org.apache.cocoon.xml.dom.DOMStreamer


the 2. worked well but
the 1. worked only when I direct serialize as xml
if a use a transformer it delete the node name

I am now a little bit confused.
I have seen the 1. used at ReadDOMSessionTransformer
the only diff is that my extend the AbstractSAXTransformer

Klaus

Reply via email to