Help for this page

Select Code to Download


  1. or download this
    use XML::LibXML;
    
    ...
    my $data = $parser->parse_file($xml_file);
    my @nodes = $data->findnodes("/info/city");
    
  2. or download this
    <?xml version="1.0"?>
    
    ...
    <zip>21205</zip>
    </info>