Rendering special xml characters

Should dhtmlXGrid.loadXML be able to convert encodings like < and > back into ‘<’ and ‘>’. I tried to use the technique in



dhtmlx.com/docs/products/kb/inde … =yes&s=xml



but received an error that setEscapingMode was not a function of my grid object.

setEscapingMode is tree specific command
Actually there must not be problem with such char, they must be correctly escaped in incoming XML ,  and browser will automatically convert all escaped sequences to original char on XML parsing. While sending data back to server, in case of dataProcessor grid uses “escape” functionality , which must not harm mentioned chars.

If you have problem with loading data with such chars - please provide problematic XML.