The test checks the basic opt:tag functionality. >>>>templates/test.tpl <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <opt:root> <opt:tag name="foo"> bar </opt:tag> </opt:root> >>>>expected.txt OUTPUT >>>>result.txt <foo> bar </foo>