<XML> Inserting hyperlink into XML node

Hello:

I would like to be able to put a hyperlink with anchor tags in an XML node so all the characters in the node are passed to a dynamic text box in Flash where HTML formatting is preserved.

something like this:

<node><a href=“www.something.com”>click here</a></node>

How do I go about this? - I’m afraid an <a> and </a> tag will be treated like a new child called “a” within the current XML node.

Thanks.