set selected option in dhtmlxcombo

dear all,
thanks for your response on my previous question.

i have one question in dhtmlxcombo , how to set option became selected for data from xml?

i have xml data sample like this
<?php
header("Content-type:text/xml");
print("<?xml version=\"1.0\"?>");
echo “”;
echo ‘b1_’.$GET[‘name’].’
    b2

    b3_
    b4_
    b5_
    b6_
    b7_
    b8_
    b9_’;
echo “”;

?>



i try change in xml data show as bold option but it’s not working
any suggestion for my problem?
thanx


Hello,


The attributes in the xml must have values. So, please, try to use the following syntax to set selected option in the xml:


<option value=“3” selected=“1”>b3_