--- In [email protected], [EMAIL PROTECTED] wrote: > Well writing your own on top of DOM isn't that hard. There is also > batik.dom.util.DOMUtilities.writeDocument(Document doc, Writer w) > which will do something similar. You will need a Java Writer > (such as java.io.StringWriter).
I took the suggestion on how to serialize with Batik and updated <http://www.faqts.com/knowledge_base/view.phtml/aid/34646> An example is also currently online at <http://home.arcor.de/martin.honnen/svg/serializeNode1.svg> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

