Displaying xml in AS3

Hi, I have the following problem:

I retrieve a date and time form a mysql db through php and display it on my AS3 page in a dynamic txtfield but it also displays the xml tags, so it looks like this:
<date>Saturday 14.10 Time: 13.00</date>

How do I display this without the tags?

Thanks!

Baiji