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 fixedrss.php
PHP Code:
  <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