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