XML parsing in IE (continued)

Well, it does work in both browsers (FF/IE) when I use XML string in grid.parse method, like this:
var xmlDoc = “<?xml version=\"1.0\" encoding=\"UTF-8\"?><row id=“123”>”;
grid.parse(xmlDoc);

Fine. But what I have to do to make it work with the Document object?

There was a bug in code, please use updated js file which will work with Document object as well.
    dhtmlx.com/docs/products/kb/inde … ent&q=3517