>>>>> "GA" == Georg A <[EMAIL PROTECTED]> writes:
GA> at http://www.ge-org.com/batik you find a file SOV.svg, this is GA> the messed up one the worldcollapsed_jc.svg is the one how it GA> should look like Well the problem is someone has deleted most of the white space the interesting bit is that this seems to only effect elements in the SVG namespace. So I suspect that the problem is not just the UTF but something about what ever is 'processing' the document (otherwise it would delete whitespace for everything). I suspect the processor is not 'copying' TextNodes except as children of svg text elements. But these text nodes are what contain the formatting of the XML. GA> cheers GA> Georg GA> On Wednesday, Jun 4, 2003, at 14:23 Europe/Berlin, Thomas E GA> Deweese wrote: >>>>>>> "GA" == Georg A <[EMAIL PROTECTED]> writes: >> GA> Hi, if I use: >> Writer filewriter = new OutputStreamWriter(file, "UTF-8"); >> DOMUtilities.writeDocument(svgdoc,filewriter); >> GA> my svgdoc is streamed but in a messed up form what am I doing GA> wrong? >> Can you define 'messed up form'? Can you provide the header of >> the SVG Document? >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] For >> additional commands, e-mail: [EMAIL PROTECTED] >> >> GA> -- ######################################## [EMAIL PROTECTED] GA> www.ge-org.com GA> Unser Leben ist das, wozu es unser Denken macht. GA> ######################################## GA> --------------------------------------------------------------------- GA> To unsubscribe, e-mail: [EMAIL PROTECTED] For GA> additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
