I'm trying to run an internet radio station, but the output of the station's status is in XML, EG :-
the file name is xmlsongs.xml, but when I enter [domain].[ext]/[stationname]/xmlsongs.xml I get the code above displayed.
Code:
- <Schedule System="Jazler">
- <Event status="happening" startTime="21:21:25" eventType="idle">
<Announcement Display="Sorry, service not available. Try again later." />
- <Song title="Sorry, service not available. Try again later.">
- <Artist name="">
<Media runTime="" />
<Expire Time="" />
<TrackID AUID="313" />
</Artist>
</Song>
</Event>
</Schedule>
the file name is xmlsongs.xml, but when I enter [domain].[ext]/[stationname]/xmlsongs.xml I get the code above displayed.