[xml] how to embed html in xml

i wish to use xml for a flash news system. but i am unsure as how to include html tags in the xml. eg:
<xml>
<news title=“Happy New Year” date=“01-01-2005”>
</xml>
how do i wrap Happy New Year in an a tag and make it a link?
any suggestions will be greatly appreciated.
Thanks in advance.