Re: Working with xml nodes gives exceptions in google chrome only

2009-07-24 Thread Sumit Chandel
Hello, For anyone else experiencing similar issues, please see Issue #3871 (link below) for follow-up. Issue #3871: http://code.google.com/p/google-web-toolkit/issues/detail?id=3871 Thanks, -Sumit Chandel On Jul 22, 10:08 am, mihai007 mihai@gmail.com wrote: The error is: Uncaught

Re: Working with xml nodes gives exceptions in google chrome only

2009-07-22 Thread mihai007
The error is: Uncaught exception in http://localhost:/bla/0B85277F02991E2394B9BF24DE3642D0.cache.html:1366 throw com_google_gwt_xml_client_impl_DOMNodeException_

Working with xml nodes gives exceptions in google chrome only

2009-07-21 Thread mihai007
The following code works as expected in IE7/8, Firefox, Opera, but fails on chrome: Node root = XMLParser.parse(?xml version='1.0' ?root / ).getLastChild(); Node node = XMLParser.parse(?xml version='1.0' ?node / ).getLastChild(); root.appendChild(node); Does anyone have a clue why is it

Re: Working with xml nodes gives exceptions in google chrome only

2009-07-21 Thread Thomas Broyer
On 21 juil, 20:28, mihai007 mihai@gmail.com wrote: The following code works as expected in IE7/8, Firefox, Opera, but fails on chrome: Node root = XMLParser.parse(?xml version='1.0' ?root /).getLastChild(); Node node = XMLParser.parse(?xml version='1.0' ?node /).getLastChild();