I intend to populate a combo with 3 lever hierarchical data defined in xml file and maintaining the hierarchy in the combo listing using 4 blank spaces as delimiters at each level.
Listed below is a sample xml data.
<?xml version="1.0" encoding="utf-8" ?>
<record name="TestPromp" type="content">
<item>
<value>Credit cards
<item><value>Gold</value></item>
<item><value>Platinum</value></item>
</value>
</item>
<item>
<value>Insurance
<item>
<value>Life Insurance
<item><value>Individual</value></item>
<item><value>Family</value></item>
</value>
</item>
<item>
<value>Vehicle insurance
<item><value>Car</value></item>
<item><value>HTV</value></item>
</value>
</item>
</value>
</item>
</record>
Hope the above description is clear
Dear monks, all your guidance is highly appriciated
Thanks in advance
AnandaIn reply to Populating a combo box with data in a xml file by Ananda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |