I am still struggling with this one...anybody might have a answer or direction?
On Tue, Feb 9, 2010 at 10:40 AM, Raphael Parree <[email protected]> wrote: > 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 not use that because the XML of 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 > > -- Raphael Parree CTO SOA Evangelist phone +33 673 75 34 62 Disclaimer... "The information contained in this message may be confidential and is intended to be exclusively for the addressee. Sender's written permission is needed prior to forwarding or otherwise using the content of the message, whether completely or partially. Should you receive this message unintentionally, please do not use the contents herein and notify the sender immediately by return e-mail. Please rely on your own virus checking, no responsibility is taken by the sender for any damage rising out of any bug or virus infection."
