Hi Jeff,

I tried using curl.  It showed my angle brackets as > and < but I
don't think that matters to my code because it looks right in the print
statements.

I don't think my xml is actually malformed because, when I include the xml
file directly in the archive, my gwt client parses it without problem.

Thank you for suggesting xmllint.  I hadn't heard of it before.  I'll try it
and see if it provides any clues.

Thanks again for your help

On Thu, Sep 29, 2011 at 11:27 AM, Jeff Chimene <[email protected]> wrote:

> 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 &gt;&lt; 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 [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.
>
>

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