<font> tag in cell tag

Hi,

I need to have some data in the cell with blue color.

I just tried in XML



Hi this is BLUE color



I get only Hi This is in the cell.

What is problem?

How can I do?

To process inline tags correctly you need escape them
    Hi this is <font color=‘blue’>BLUE</font> color

or use CDATA sections
    <![CDATA[ Hi this is BLUE color ]]>