test.doc Effective Date 16-Dec-2003 Owner Adrian.Johnston Version v1.3 ... #### my $nodeset = $xpath->find('//file/userprop/nameprop'); ... $valu_node = $xpath->find('../valueprop',$node)->get_node(1); #### v1.3 #### my $nodeset = $xpath->find('//file/userprop/[@name='v1.3]');