Help for this page

Select Code to Download


  1. or download this
     
    <root>
        <ProductKey>99</ProductKey>
    ...
            <Volume VolumeCategory="5555" MeasurementCategory="Real">2.2</
    +Volume>
        </Test>
    </root>
    
  2. or download this
    use strict;
    use XML::LibXML;
    ...
      print $element->parentNode(), $element->nodeValue(), "\n";
    }
    
  3. or download this
    
    Job<Job tags="boo baa">
    ...
            <Volume VolumeCategory="L" MeasurementCategory="Real">0.063</V
    +olume>
            <Volume VolumeCategory="6444" MeasurementCategory="Real">2.2</
    +Volume>
        </Test>
    
  4. or download this
     
    
    <Test size = "50">
    ...
            <Volume VolumeCategory="L" MeasurementCategory="Real">0.063</V
    +olume>
            <Volume VolumeCategory="6444" MeasurementCategory="Real">2.2</
    +Volume>
        </Test>