Gallery help xml

Hi

I want to load and define the xml data for gallery in flash using AS2. can anyone help please. thanks

<gallerylist>
<gallery>
<meta>
<title>hello</title>
<date>22.10.2009</date>
<location>new york</location>
<description>this is great place</description>
</meta>

     &lt;imagelist&gt;
             &lt;image alt="Number 1" caption="My caption" src="001.jpg"&gt;&lt;/image&gt;
             &lt;image alt="Number 2" caption="My caption 2" src="002.jpg"&gt;&lt;/image&gt;
             &lt;image alt="Number 3" caption="My caption 3" src="003.jpg"&gt;&lt;/image&gt;
             &lt;image alt="Number 4" caption="My caption 4" src="004.jpg"&gt;&lt;/image&gt;
          
     &lt;/imagelist&gt;

</gallery>
</gallerylist>