my $xml_fragment = foo bar ; my @nodeset = $xml_fragment =~ qx!//records[@id = '001']!; die "ids should be unique!\n" if @nodeset > 1;