bash-2.03$ tpage template.html undef error - junk after document element at line 18, column 0, byte 221: ^
at /usr/local/lib/site_perl/i386-linux/XML/Parser.pm line 185 ####
My darling I love you
The Bla
mon amour Je t'aime
bla
##
## [% USE xpath = XML.XPath(file => "./test.xml") %] [% FOREACH site = xpath.findnodes('site') %]

[% site.getAttribute('language') %]

[% FOREACH section = xpath.findnodes('site/section') %]

[% section.getAttribute('name') %]

[% maintext = section.findnodes('maintext') %] [% maintext.string_value %] [% END %] [% END %]