<% foreach my $node (findnodes('/error/stack_trace/bt')) { %> <%= $node->findvalue('file') . ' :: ' . $node->findvalue('line') %> <% } %>