Help for this page

Select Code to Download


  1. or download this
    <datacolumn name="Latitude" units="Degrees">
       <item value="40.9408"/>
       <item value="40.7698"/>
    ...
       <item value="36.5042"/>
       <item value="36.5132"/>
      </datacolumn>
    
  2. or download this
     #!/usr/bin/perl -w
    
    use strict;
    ...
        my $lon = $kid1->getAttribute('Longitude');
        print $lon,"\n";
    }