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 it to the client using a method that
will prompt the user to save the file.

Maybe I misunderstand the "... write/save ..." clause? Are you even
getting to the point where you create the XML document?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to