Help for this page
sub field { my( $parent, $tag)= @_; ... return unless( $elt->hasChildNodes); return join( '', map { $_->getData } $elt->getChildNodes); }