Help for this page

Select Code to Download


  1. or download this
    my @lats =
        map $_->getValue(),
        $root->findnodes('//datacolumn[@name="Latitude"]/item/@value');
    
  2. or download this
    my %table;
    #for my $col_node ( $root->findnodes('//datacolumn') ) {
    ...
            $col_node->findnodes('item/@value')
        ];
    }