XML multi-gallery

Hi there! I’ve been trying to create a slide show based on Scotty’s tutorial. But my Flash/xml code grasp is still very poor. What I’ve been trying to do is basically 4 separate slideshows at the same time in 4 movieclips. Now… I have 1 xml that looks like this:

 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
    <set>
        <img>./Images/Cont01/Pic1BIO.jpg</img>
        <img>./Images/Cont01/Pic2BIO.jpg</img>
        <img>./Images/Cont01/Pic3BIO.jpg</img>
    </set>
    <set>
        <img>./Images/Cont02/Pic1BIO.jpg</img>
        <img>./Images/Cont02/Pic2BIO.jpg</img>
        <img>./Images/Cont02/Pic3BIO.jpg</img>
    </set>
    <set>
        <img>./Images/Cont03/Pic1BIO.jpg</img>
        <img>./Images/Cont03/Pic2BIO.jpg</img>
        <img>./Images/Cont03/Pic3BIO.jpg</img>
    </set>
    <set>
        <img>./Images/Cont04/Pic1BIO.jpg</img>
        <img>./Images/Cont04/Pic2BIO.jpg</img>
        <img>./Images/Cont04/Pic3BIO.jpg</img>
        <img>./Images/Cont04/Pic4BIO.jpg</img>
    </set>
</images>

And this is the actionscript link:

http://www.kirupa.com/developer/mx2004/xml_slideshow.htm

How do I get the AS to recognize each set of pictures and show them on the correct container?Any help would be VERY welcome! I did manage to do it with 4 separate xml files, but that just seems senseless…HELP ME! HELP ME! HELP ME!!! Please…

Forever thankfull to anyone with hints.