Please anybody help me. i want to display the particular attribute and its value of xml data into an UItableView. but i do not know how can i do that.i have no problem to parse the xml data and already i have done it in console but i am becoming unable to display these data in UITableview or any UIView using particular attribute name and value of the attribute from xml…Here is my xml data…
`
<list>
<ProductData HASH="1892201664">
<id>1</id>
<productNumber>a91cc0f4c7</productNumber>
<name>Product 1</name>
<seoTitle>product-1</seoTitle>
<viewCount>0</viewCount>
<availableStock>100.0</availableStock>
<lowStock>0.0</lowStock>
<image>5e928bbae358c93caedf6115fa7d178b.jpg</image>
<basePrice>10.0</basePrice>
<costPrice>0.0</costPrice>
<height>1.0</height>
<width>1.0</width>
<depth>1.0</depth>
<weight>2.0</weight>
<status>A</status>
<quantityOrderMin>1.0</quantityOrderMin>
<productIsCall>false</productIsCall>
<quantityOrderMax>20.0</quantityOrderMax>
<orderCount>0</orderCount>
<sortOrder>1</sortOrder>
<isFreeShipping>false</isFreeShipping>
<productIsFree>false</productIsFree>
<isDeleted>false</isDeleted>
<priceByAttribute>false</priceByAttribute>
<dateCreated>2011-10-06T16:08:45</dateCreated>
<dateUpdated>2011-10-06T10:08:45</dateUpdated>
<isDummy>true</isDummy>
<isInventory>false</isInventory>
</ProductData>`
Please help me.i am in serious trouble.if anybody can please send source code.
Thanks in Advance.
1 Answer