if ( my @qps = $elt->children('qp') ) { foreach my $qp (@qps) { $numOfQuots = $numOfQuots + scalar( $qp->children( qr/^(q|xr)$/) ); } }