Just to inform that xmlDoc.responseXML.xml doesnt work in chrome
the following works perfectly in iexplorer but returns undefined in chrome:
var loader = dhtmlxAjax.postSync(url, params);
alert( loader.xmlDoc.responseXML.xml);
if you solve this problem please let me know