Re: Probem to save the svg file using DOMUtilities.writeDocument

2004-11-10 Thread Archie Cobbs
[EMAIL PROTECTED] wrote: > I'm trying to save in a file my svg using the DOMUtilities.writeDocument but > the > svg is full or partially troncated. what's wrong whith my svg ? have you got > another way to do this job ? > > here is the piece of code to write in the file > Writer writer = null; >

Probem to save the svg file using DOMUtilities.writeDocument

2004-11-10 Thread vmlgomes
Hi, I'm trying to save in a file my svg using the DOMUtilities.writeDocument but the svg is full or partially troncated. what's wrong whith my svg ? have you got another way to do this job ? here is the piece of code to write in the file Writer writer = null; try {