Help for this page

Select Code to Download


  1. or download this
    my @vol = $doc->findnodes('//Volume[@VolumeCategory="6444"]');
    for my $element (@vol) {
    ...
        print $parent, "\n";
        print $element->textContent(), "\n";
    }
    
  2. or download this
    <Test size="50">
        <Job tags="boo baa">
    ...
        <Volume VolumeCategory="6444" MeasurementCategory="Real">2.2</Volu
    +me>
    </Test>
    2.2