Hello Guru's,
I'm needing some help with getting a hyperlink working from flash that has a XML text load. I tried the standard A Href in the xml, with my flash text field set to render as HTML... to no avail.

The xml looks like this:
<?xml version="2.0" encoding="ISO-8859-1" standalone="no"?>
<images>
<pic>
<image>images/imagename.jpg</image>
<caption>image title</caption>
</pic>
</images>

I tried this:
<?xml version="2.0" encoding="ISO-8859-1" standalone="no"?>
<images>
<pic>
<image>images/imagename.jpg</image>
<caption><a href="website";>image title</a></caption>
</pic>
</images>


And it caused the xml beyond that point to be not accessible.

Any thoughts would be greatly appreciated!
b.