Help for this page

Select Code to Download


  1. or download this
    process '//*/table[@class="someclass"]//tr[position() mod 2 = 1]',
    
  2. or download this
    process '//*/table[@class="someclass"]//tr[position() mod 2 = 0]',