I think what you are trying to say is that the browser displays the HTML markup instead of processing it as markup... correct?
Based on that assumption, you just need to add the escape=false attribute to the tag:
<jato:text name="foo" escape="false"/>
craig