Hi avd, I'm not sure if your question is GWT specific since as I understanding what you're asking is how you can send data back to a server and persist it in an XML format.
The general way to solve such a problem would be to gather the data you want to save into an XmlHttpRequest payload and send the request. If the data is already in XML format, persist it on the server-side. If not, either transform it on the client-side before adding it as the XHR payload if possible or make the transformation happen on the server-side before persisting. Unfortunately I can't be much more help without seeing more details about the problem. Please feel free to post up more info so that we can be a bigger help to you. Hope that helps, -Sumit Chandel On Tue, Oct 14, 2008 at 4:16 AM, avd <[EMAIL PROTECTED]> wrote: > > hello sir, > Hou can i make a XML file for those data that was inserted > through the web pages that was created by GWT on client side and also > how can store data through XML file in database. > Pleasde solve my problem.i'm thankful to you. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
