Help for this page

Select Code to Download


  1. or download this
    foreach my $node($tree->findnodes('path')->get_nodelist(){
      if ($node->exists('path')){
    
  2. or download this
    my $node_list = $tree->find('path');
    foreach my $node($node_list->get_nodelist()){
      if ($node->exists('path')){