Help for this page

Select Code to Download


  1. or download this
    
    <file>
    ...
    ...
    </file>
    
  2. or download this
    my $nodeset = $xpath->find('//file/userprop/nameprop');
    ...
    $valu_node = $xpath->find('../valueprop',$node)->get_node(1);
    
  3. or download this
    
    <userprop name="Version">v1.3</userprop>
    
  4. or download this
    
    my $nodeset = $xpath->find('//file/userprop/[@name='v1.3]');