Hi,

I'm trying to change my project developed in JS to GWT. I have used
xml files to validate the parameters in the page. To load the xml
files i used the following code

var xmlDocObj= new ActiveXObject("Microsoft.XMLDOM");
        xmlDocObj.async = "false";
        xmlDocObj.load(fileName);

How can i load a xml file in GWT? and convert it to string so that i
can use XMLParser.parse(String) method to parse.

Regards,
Suresh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to