Hi, I'm trying to call XMLParser.parse on a valid XML string (I've tried several variations, including an empty string). It works nicely in Chrome and Firefox, but in IE9 it crashes the browser with the familiar "Internet Explorer has stopped working...". What puzzles me is that by stepping through the code I can see it calls XMLParserImplSafari.parse(...) internally. In Firefox it calls XMLParserImplStandard.parse(...).
The error happens only in Development mode. Could it have something to do with me running IE9 32-bit version on a 64-bit computer? I did so because I didn't have a 64-bit JRE installed. Øyvind. -- 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.
