kayl225
Programmer
- Nov 19, 2007
- 1
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 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!