Help for this page

Select Code to Download


  1. or download this
    > Or even all in one xpath expression
    
    ...
    >         //td[ @class = 'HeaderTitle' ]
    > } );
    
  2. or download this
    my @headers = $tree->findvalues(
        '(//table[@class="HeaderFrame"])[1]//td[@class="HeaderTitle"]'
    );