If you xml-file is on the client side, you'll have to upload it to the server, parse it(a lot of xml-parser avaliable for java) and then download the result. You can also upload the xml-file, read it, send it back to the client, parse it there and then show the result.
On 2 Sep., 23:22, Max <[EMAIL PROTECTED]> wrote: > Hi, all, > I know how to read and parse xml file with GWT. But I would > like to write or modify xml files with GWT. Is there a way to do it? > Is there any demo or example ? I have googled it a bit but has no luck > yet. Thanks for your help. > > Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
