On 9 sep, 14:09, egin <[EMAIL PROTECTED]> wrote:
>
> IMPORTENT HERE:
> ==============
> This worked with firefox but the ie returned a html without quotes and
> other important characters!!!!
> So I was forced to parse the whole html on server-site and clean all
> the mass that ie returned me by "hand".

It's not "mess", it's HTML (by opposition with XHTML, which is an XML
application).

You just cannot expect an XML parser to be able to load an HTML
document.

> This was real anoying.... so I let it be.

You might want to try validator.nu's HTMLParser (based on the HTML5
parsing algorithm) or something like JTidy.

...but that's unrelated to GWT...


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