Hello,

I am trying to use the com.google.gwt.xml.client module with my
GWT-1.5.3.
I want to basically fetch data, from an XML File and store it in a
document.
Document document = XMLParser.parse(xmlContent);
XMLParser.removeWhitespace(document);

Everything works fine in Hosted mode.
In the web mode, it works fine in Firefox and IE.
But somehow with Google Chrome I face the following issue.
I am trying to access an attribute in the XML file, and it turns out
to be empty in Chrome.(The only way I can confirm this is, I am
writing back to an xml file, and the relevant attribute is set to
empty).

Has anybody faced this issue before?

Also, how can I debug my code in web mode.

Thank you for your help.

-- 
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