I would appreciate any help to parse this XML file. I want to be able to extract the artist name and the song title from this. I've tried a lot of scripts but none seem to work. Really hoping some one can help me .. Thanks a lot.
The XML goes like this.
<?xml version='1.0' encoding='ISO-8859-1' ?>
<PlayList>
<Entry Event="00"
Type="Playing"
Category="MAB"
Id="0072"
Title="U Make Me Better"
Artist="Bo Bice"
Album="The Real Thing"
Composer="Gottwald, Latiano, Sandberg"
MusicId=""
Duration="210000"
StartTime="Tue Mar 31 16:15:34 2009"
/>
</PlayList>
The XML goes like this.
<?xml version='1.0' encoding='ISO-8859-1' ?>
<PlayList>
<Entry Event="00"
Type="Playing"
Category="MAB"
Id="0072"
Title="U Make Me Better"
Artist="Bo Bice"
Album="The Real Thing"
Composer="Gottwald, Latiano, Sandberg"
MusicId=""
Duration="210000"
StartTime="Tue Mar 31 16:15:34 2009"
/>
</PlayList>
Comment