my @images; for my $node ($doc->findnodes('/rsp/sizes/size')) { my $source = $node->getAttribute('source'); my $url = $node->getAttribute('url'); push @images, [ $source, $url ]; }
In reply to Re^3: how to get XML::LibXML perfect xpath query ?
by ikegami
in thread how to get XML::LibXML perfect xpath query ?
by Kanishka.black0
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |