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…

nanotempest.com/AjaxSearchBo … k=virginia



-Mel

You need to send response with content-type - text/xml , to be correctly processed by component.
( for php - header(“Content-type:text/xml”); )

Thank you!  That is working great!