Help for this page

Select Code to Download


  1. or download this
    <world>
        <country short="usa" name="united state of america">
    ...
        </country>
    </world>
    
  2. or download this
    use XML::LibXML::Reader;
    
    ...
       push @matchedNodes, $reader->copyCurrentNode(1);
    }