Help for this page

Select Code to Download


  1. or download this
        my $nodeset = $xpath->find( '/Competitive/Item[position()<=200]');
  2. or download this
        my $nodeset = $xpath->find( '/Competitive/Item[starts-with(name()="Putnam")]');