Check whether the HTML entities are correctly replaced with the corresponding characters. >>>>templates/test.tpl <?xml version="1.0" ?> <foo> & ¸ ¸ &nbsp; </foo> >>>>data.php $this->tpl->htmlEntities=true; >>>>expected.txt OUTPUT >>>>result.txt <foo> &  ¸ ¸ &nbsp; </foo>