Help for this page
my ($caname) = $node->findnodes('./extendedAttributes/attribute'); print $nodename->to_literal, "\n", "\t", $caname->to_literal, "\t", +"\n"
my (@canamel) = $node->findnodes('./extendedAttributes/attribute'); foreach my $caname (@canamel) { print $nodename->to_literal, "\n", "\t", $caname->to_literal, "\t" +, "\n"; }