Re: How to write an XML doc with GWT?

2010-12-22 Thread Jeff Chimene
On 12/22/2010 07:30 AM, Sebe wrote: > > By the Panel can retrieve values through the class and documents > XMLParser com.google.gwt.xml.client .*; > > Now I would write / save to file. xml. You cannot access the local filesystem in that way. You'll have to send the file to your server, then send

How to write an XML doc with GWT?

2010-12-22 Thread Sebe
By the Panel can retrieve values through the class and documents XMLParser com.google.gwt.xml.client .*; Now I would write / save to file. xml. I tried with the class Transformer (not good because it's the books javax.dom ..) and even with a BufferedReader raising exceptions. Does anyone have a