How to populate listview with remote xml data ?

You can talk about VB programming here

How to populate listview with remote xml data ?

Postby 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.
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby Ghost » Wed May 02, 2007 6:06 pm

Check the link below out. I think it's what you're looking for.

http://vbforums.com/showthread.php?t=454460
Ghost
 


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests