Hi, On Thu, 2007-01-18 at 20:29 -0500, [EMAIL PROTECTED] wrote: > You can use batik.dom.util.DOMUtilities.writeDocument to > do this (some people appear to have problems with this, but > I don't know why) you can also use the Java XSLT engine to > write the document but I'm not familiar with that. >
I do not know about other people, but previously we are expecting that method writeDocument() is pretty printer enabled. So we didn't use that methods but using DOMtranscoder instead. I will see the batik code and send patch to reroute it to DOMTranscoder in few days maybe by adding a new methods DOMUtilities.writeDocument(Document doc, Map transcoderKeyMap), but that's means DOMUtilities will have dependency to transcoder, is it ok ? Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
