Ok. Sorry I haven't explained it well

Ok...
The radio station I work at uses computer software to organise the days playlist, run through templates for that certain day.
Each song is categorised when entered into the database. The template uses these categories, as well as rules to make sure there is an even spread throughout the day.
Since the radio station is computerised... it is possible for us to use the players status of what track is currently playing. This is achieved by in-built software (or hardware I'm not sure

) with commands recognised by the player. We use specific commands to tell the player what to do (say stop, restart system, play...), and also to get information reguarding it.This is how we get the songs name, and artist.
We are able to create a HTML page (on our server) to be minipulated by the software (as we can tell the player: when a new song starts, get the songs name and artist, and where it says {PL1_SONG?} and/or {PL1_ARTIST?} in the HTML file, add the names respectively to the HTML file, and upload it to our server - hence we are able to display the HTML page on our website.)
But now, we need to use XML (so I'm told) instead of the HTML format.
I've never used XML, so I had to read up on W3C (ahh great!). Hmmm...
I tried to add a stylesheet - but when uploaded to the server, a message appears (instead of the information, or even the XML code) saying: "You cannot use Stylesheet Command (or something) with this page"...
My boss tried the RSS. And, sorry! But, I made a (well I think) better RSS solution. It was basically copied from the W3C site...
Hmmm... this is always all to confusing

Does that explain the situation better?