Xml href question

hello…i have been researching this for a while now and still can’t get it to work. does anyone know how to make an <a href> tag work in an xml file? I have a photo gallery flash file that is referencing this xml file:

</image>

<image>
<pic>images/image_2.jpg</pic>
<thumb>images/thumb_2.jpg</thumb>
<title>Project 2</title>
<desc>whatever text</desc>
</image>

i tried placing this code <![CDATA[ <a href=“www.google.com” target=“blank”>google</a>]]> in the <desc> tag. it did not work.

does anyone know what exactly needs to go into the xml file and the flash actionscript to make this work? any help is greatly appreciated. i am at a loss. thanks.