Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML EventList

Status
Not open for further replies.

kayl225

Programmer
Joined
Nov 19, 2007
Messages
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top