Combo box for ajax does not work.

Hi,

the combo box does not work. I can see from firefox that the xml was returned. Nothing is wrong with the xml since its the 1,2,3 xml etc from the combo demo. The combo renders as expected. So…

I am using flask as my framework and simply return an xml

I get
Error type: Loadxml
Description: incorrect xml

<script>
  window.dhx_globalImgPath="static/js/dhtmlxCombo/codebase/imgs/";
</script>

var x=new dhtmlXCombo(“account”,“alfa3”,200);
x.loadXML("/ajax_ddl");
x.enableFilteringMode(true);
x.disable(false);
x.attachEvent(“onChange”, accountChanged);

Hi
To reproduce your issue we need at least your XML.
But it will be more usefull, if you make and attach completed demo.
docs.dhtmlx.com/doku.php?id=othe … leted_demo