dsfsdsdfdfsdfdsfthe node’s format as below:
<root>
<groups>
<group name= “abc”>
<category name = “iphone”>
<items
<item>
<title>New iPod</title>
<description>I got a new iPod</description>
<image>kresge.jpg</image>
</item>
</items>
</category>
<category name = "accessory">
<items>
<item>
<title>Mouse</title>
<description>Just like the one</description>
<image>medialab.jpg</image>
</item>
</items>
</category>
</group>
</groups>
</root>
im targeting to display the <title>,<description>and<image> only,can anyone please give me some guidance or provide me the link to similar tutorial?
thank you:proud: