loadxml Error, incorrect xml

Hey,

I am using tabber with grid.
Here is my code:
var grid2 = tabbar.cells(“a2”).attachGrid();
grid2.attachHeader(",#combo_filter,#text_filter,#combo_filter,#combo_filter,#combo_filter,#combo_filter");
grid2.setImagePath("…/dhtmlxGrid/codebase/imgs/");
grid2.enableSmartRendering(true);
grid2.init();
grid2.clearAndLoad(“getXML.jsp?eventType=Confirmed”);

And when xml is loading dynamically then it is giving loadxml error.
BUT when I load the same XML data statically it loads perfectly.
Please help!.

Unfortunately the issue cannot be reconstructed locally.
Please, provide us with a complete demo or a demo link where the issue can be reproduced.