On 09/28/2011 10:01 PM, AThinerCoin wrote:
> I'd like to pass an xml file to my gwt client.  I created another
> servlet that fetches it from the local file system and returns the xml
> file when I call its url.
> 
> If I go to the url from my browser, it looks fine.  If I fetch the url
> from curl, it uses the >< kind of format.  If I fetch the url
> from my gwt client, I get different results and error messages in
> development versus production mode.
> 
> If I archive the xml file directly into the war, my program works
> perfectly.
> 
> I'm pretty sure it's not a GWT issue, but I'm not sure where else to
> turn.  Any guidance would be appreciated.
1) Try another client, since parsing is handled by the browser. That may
provide a different set of clues;
2) What does xmllint say about this 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-toolkit@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