<products>
<product productName="Invega"/>
<product productName="Aciphex"/>
<product productName="Doribax"/>
<product productName="Duragesic"/>
<product productName="Cetraxal"/>
<product productName="Caelyx"/>
<product productName="Axert"/>
<product productName="Aci-jel"/>
<product productName="Concerta"/>
<product productName="Elmiron"/>
</product>
Above is my XML file. I want to parse it with listview. My list view contains a checkbox. I want to populate the check box with the productnames. I tried many ways to do this, but I failed. Can anybody provide the code for this? Please help me.