XML Photo Gallery Tut. need help with xml source

XML Photo Gallery Tutorial : Trying to apply URL links to the image that the xml source pulls in.

Ok the flash source i was able to update successfully. Cause when I click the image it is looking for the URL to go to but cannot find it. So I assume that I need to update the xml file.

Here is the xml source from the (The XML Photo Gallery Tutorial)

How do I add URL links to the xml source below.

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>

<images>
<pic>
<image>http://www.northarc.com/images/gundam/Gundam.Model.GP03.Back.jpg</image>
<caption>Gundam</caption>

  &lt;/pic&gt;


 
  &lt;pic&gt;
&lt;image&gt;http://www.northarc.com/images/gundam/Gundam.Model.GP03.Back.jpg&lt;/image&gt;
&lt;caption&gt;GundAm&lt;/caption&gt;
&lt;description&gt; Well here will be the description&lt;/description&gt;
  &lt;/pic&gt;

  &lt;pic&gt;
      &lt;image&gt;http://bbnews.jp/archives/sou_pos.jpg&lt;/image&gt;
      &lt;caption&gt;Media Lab&lt;/caption&gt;
  &lt;/pic&gt;
  &lt;pic&gt;
      &lt;image&gt;http://www.kirupa.com/developer/mx2004/pg/stata.jpg&lt;/image&gt;
      &lt;caption&gt;Stata Center&lt;/caption&gt;
  &lt;/pic&gt;
  &lt;pic&gt;
      &lt;image&gt;http://www.kirupa.com/developer/mx2004/pg/stata_lobby.jpg&lt;/image&gt;
      &lt;caption&gt;Stata Lobby&lt;/caption&gt;
  &lt;/pic&gt;
  &lt;pic&gt;
      &lt;image&gt;http://www.kirupa.com/developer/mx2004/pg/construction.jpg&lt;/image&gt;
      &lt;caption&gt;Construction&lt;/caption&gt;
  &lt;/pic&gt;
  &lt;pic&gt;
      &lt;image&gt;http://www.kirupa.com/developer/mx2004/pg/dome.jpg&lt;/image&gt;
      &lt;caption&gt;The Dome&lt;/caption&gt;
  &lt;/pic&gt;
  &lt;pic&gt;
      &lt;image&gt;http://www.kirupa.com/developer/mx2004/pg/structure.jpg&lt;/image&gt;
      &lt;caption&gt;Structure&lt;/caption&gt;
  &lt;/pic&gt;

</images>