Url within xml

Hi,

I have an xml file which is loaded into flash - all is fine.

One of the nodes has some information text, and within this text I have a url; flash doesn’t seem to render the url tho.

Tried various things but no luck.

Any idea?

e.g

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu>
    <work id="1" template="template_1">
        <name>Work 01</name>
        <info> <a http://"link">LINK</a> </info>
        
</work>
</menu>

myText.htmlText = myXML;