Xml mp3 player code question

i have the following xml code (common) running my mp3 stream…

[COLOR=Blue]<?xml version=“1.0” encoding=“UTF-8”?>
<songs>
<song name =“How About You” band=“Kirk Hale ‘Dedications’” file=“1.mp3” />
<song name =“What a Wonderful World” band=“Kirk Hale ‘Dedications’” file=“2.mp3” />
<song name =“Theme From Somewhere In Time” band=“Kirk Hale ‘Dedications’” file=“3.mp3” />

</songs>[/COLOR]

question is, what code do i need to add so the playlist plays in order?

any help would rock…

thanks.