Hello,

I have a list of items in a xml document. 

What is the best way to convert them into a list on an page.

<xml>

<item><name>apple</name><item>


<item><name>orange</name><item>


<item><name>carrot</name><item>
</xml>


<ul>
<li>apple</li>
<li>oragnge</li>
<li>carrot</li>
</ul>


Should I extract into an Array and then use ListView ? Or is there a better way
thank
                                          
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/

Reply via email to