XML List to an Array

Hi All,

Newb to XML. Would someone show me some sample code on how to get the following XML into an Array in Flash MX called songList.


<XML>
   <Playlist>
   	<Song>
                      Police - EveryMoveYouMake.mp3
 	</Song>
	<Song>
                      Outkast - HeyYa.mp3
 	</Song>
	<Song>
                      Switchfoot - DareYouToMove.mp3
 	</Song>
   </Playlist>
</XML>


You’re right. That tute is awesome. I was just going to ask you about the concept of nextsibling. I will just study the tute instead.