- or download this
my @xpaths = qw{
/html/body/p/a
...
};
my $allXpaths = join ' | ', @xpaths;
my @values = $tree->findvalues;
- or download this
/html/body/p[
position()=1
...
or position()=3
or position()=66
]/a
- or download this
/html/body/p[
(
...
)
)
]/a