Torsten Knodt wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > is there a "right way" in batik for outputting xml to a TranscoderOutput? > Else, I think, using javax.xml.transform and the Writer from the > TranscoderOutput is the right way. >
In the most generic case, javax.xml.transform is relevant if you are applying an XSL transformation in your transcoder. Depending on what you are doing exactly, you may want to build a DOM tree and then serialize this to a stream (like we do in SVGGraphics2D for example). Vincent. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]