Click to See Complete Forum and Search --> : EventList


kayl225
11-21-2007, 10:33 PM
I am a webmaster for a radio station and they have set up an xml page that generates information on what's currently playing on the air. Now they'd like that brought into their website (set-up in HTML).

I've brought in stuff from an xml file before, but this one seems to not be working as well because the fields aren't defined. It's just an event list:

<?xml version="1.0" encoding="ISO-8859-1" ?>
- <EventList>
<Event_0 Id="2652" Category="MUS" Title="It's Not Over" Artist="Daughtry" Album="" Duration="196000000" StartTime="1195522768000000" Type="0" Offset="0000" />
</EventList>

How would I go about displaying that data on the website? If anyone could be of assistance, I would be most appreciative! I've been searching all over the internet to learn more about EventLists, but I keep coming up empty!