Help for this page

Select Code to Download


  1. or download this
    my $nodes = $xp->find(q{/files/file/userprop/nameprop[text()='Version'
    +]/../valueprop[text()='v1.3|v1.31']/ancestor::file});
    
  2. or download this
    my $nodes = $xp->find(q{/files/file/userprop/nameprop[text()='Version'
    +]/../valueprop[text()='v1.3*']/ancestor::file});