by method » Wed May 02, 2007 5:10 pm
Hi all. i have the following remote rss xml in rss.php I want to populate the xml data to vb6 listview. could any one show me how this can be done.Thanks
Note:The number of items in xml is dynamic not fixed
rss.php
[PHP]
<playlist>
<song>
<artist>artistname1</artist>
<name>artistname1</name>
<image>image1.gif</image>
<rating>2028574083</rating>
<songid>566</songid>
<totalvotes>09898</totalvotes>
</song>
<song>
<artist>artistname2</artist>
<name>artistname2</name>
<image>image2.gif</image>
<rating>2028574083</rating>
<songid>566</songid>
<totalvotes>09898</totalvotes>
</song>
...
</playlist>[/PHP]
Last edited by
method on Wed May 02, 2007 5:18 pm, edited 1 time in total.