Categories | Question details Back To List | ||
dhtmlxCombo LoadXML: IncorrectXML... There appears to be a problem with dhtmxCombo v.1.3 SE build 81009 on FireFox 3.0.5. Works great on IE6, but blows up on initial typing with a 'LoadXML: IncorrectXML'. You can see for yourself at... http://www.nanotempest.com/AjaxSearchBox/sample_3.html The xml output by populate.php can be viewed here... http://www.nanotempest.com/AjaxSearchBox/populate.php?pos=0&mask=virginia -Mel Answer posted by Support on Jan 15, 2009 02:18 You need to send response with content-type - text/xml , to be correctly processed by component. ( for php - header("Content-type:text/xml"); ) Answer posted by Mel on Jan 15, 2009 05:26 Thank you! That is working great! |