Help for this page
sub is_la_rare { my $elt = shift; foreach my $label ($elt->children('la') ) { ... } return 0; }