Listview

Listview

This is the response of my Soap-xml web service. How Can i put this in List view and count and put in a badge.?? Advanced Thanks for those who will Help..


<DataSet xmlns="http://tempuri.org/">

<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet">

<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">

<xs:complexType>

<xs:choice minOccurs="0" maxOccurs="unbounded">

<xs:element name="Table">

<xs:complexType>

<xs:sequence>

<xs:element name="Code" type="xs:int" minOccurs="0"/>

<xs:element name="Name" type="xs:string" minOccurs="0"/>

<xs:element name="Keywords" type="xs:string" minOccurs="0"/>

<xs:element name="Category" type="xs:string" minOccurs="0"/>

<xs:element name="Yield" type="xs:double" minOccurs="0"/>

<xs:element name="YieldUnit" type="xs:string" minOccurs="0"/>

</xs:sequence>

</xs:complexType>

</xs:element>

</xs:choice>

</xs:complexType>

</xs:element>

</xs:schema>

<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">

<NewDataSet xmlns="">

<Table diffgr:id="Table1" msdata:rowOrder="0">

<Code>106377</Code>

<Name>Blackened red snapper</Name>

<Category>123</Category>

<Yield>4</Yield>

<YieldUnit/>

</Table>

<Table diffgr:id="Table2" msdata:rowOrder="1">

<Code>303570</Code>

<Name>Celery soup</Name>

<Category>123</Category>

<Yield>1</Yield>

<YieldUnit/>

</Table>

<Table diffgr:id="Table3" msdata:rowOrder="2">

<Code>303675</Code>

<Name>Challah French Toast</Name>

<Category>123</Category>

<Yield>6</Yield>

<YieldUnit/>

</Table>

<Table diffgr:id="Table4" msdata:rowOrder="3">

<Code>303681</Code>

<Name>Challah french toast</Name>

<Category>123</Category>

<Yield>4</Yield>

<YieldUnit/>

</Table>

<Table diffgr:id="Table5" msdata:rowOrder="4">

<Code>303744</Code>

<Name>Chana dhal (or dal)</Name>

<Category>123</Category>

<Yield>6</Yield>

<YieldUnit/>

</Table>

</NewDataSet>

</diffgr:diffgram>

</DataSet>

 .