Check, whether the entities during the compilation process are replaced
to the corresponding characters.
>>>>templates/test.tpl
<?xml version="1.0" ?>
<foo parse:bar="ecf('<>&')">
Text
</foo>
>>>>expected.txt
OUTPUT
>>>>result.txt
<foo bar="OK">
Text
</foo>