<% # display title/TOC page print apply_templates('/article/artheader/*'); %>
<% # display particular page foreach my $section (findnodes("/article/sect1")) { # should only be 1 print apply_templates($section); } %>