Here is my XML file:

Code:
src="Alice%20in%20Chains%20-%20Rotten%20Apple.swf" desc="Rotten Apple" artist="Alice in Chains" album="Jar of Flies" minutes="6" seconds="59"
src="Modest%20Mouse%20-%20The%20Waydown.swf" desc="The Waydown" artist="Modest Mouse" album="The Fruit That Ate Itself" minutes="2" seconds="30"
I have an audio player which works and plays the songs, I can go to the next track. But is there a way to read this XML file, get the song and title to list a playlist? I'd assume I'd need a for or while loop. I'm keeping the XML code like this, because it works so far. I took out the tags, because it wasn't displaying right.