Include HTML in XML

Hi,

I am trying to insert some HTMl into an XML document, but its not working. I am trying to add it in the <your_message> tag.

Any ideas how I can do this?



<?xml version="1.0" encoding="UTF-8"?>
<your_card>
    <your_message>
    my message here
    </your_message>
</your_card>

Thanks