Hi,

I wrote an XMLFilterImpl which produces a instream-foreign-object. In
another filter i was able to call the super methods to push the result in
the FO tree: In this case i can use that because the SVG needs to be parsed

String svgText = umlDiagramProducer.produceSVGText(s);

super.startElement(FONS, "instream-foreign-object",
"fo:instream-foreign-object", attributes);
//what am i going to put here???
super.endElement(FONS, "instream-foreign-object",
"fo:instream-foreign-object");


I tried super.parse(new InputSource(new StringReader(svgText)));
and a new SAXParser passing the parent contenthandler, but all results in
exceptions.

Thanks!
-- 
Raphael Parree

Reply via email to