XML bold, italic, et

I’m currently loading a XML file with bunch of text. However, what can I do to be able to embed bold, italic, font, etc… tags.

here is my sample code:


    <node>
some node <i>this works well</i> anything after the 'i' gets cut off.
    </node>


dynamic_text.bold = true;
dynamic_text.italic = true;

Any idea?