Check whether the special OPT entities are recognized. >>>>templates/test.tpl <?xml version="1.0" ?> <foo> & &lb; &rb; </foo> >>>>data.php $this->tpl->htmlEntities=false; >>>>expected.txt OUTPUT >>>>result.txt <foo> & { } </foo>