Simple tag creation test. >>>>templates/test.tpl <foo> <bar></bar> <joe></joe> </foo> >>>>data.php $this->tpl->prologRequired = false; >>>>expected.txt OUTPUT >>>>result.txt <foo> <bar></bar> <joe></joe> </foo>