I took xml from the page you provided, used the whole thing as a string for the XMLin argument, and was successful with
print $data->{DocSum}->{Item}->[5]->{content};
- .
, .
Edit:
, , 6- - , , node, Name "Title" ( , , ):
foreach my $item_node (@{$data->{DocSum}->{Item}})
{
if($item_node->{Name} eq 'Title')
{
print $item_node->{content};
last;
}
}
, Item DocSum, , PubType Title, - , PubTypeList node.