Help for this page

Select Code to Download


  1. or download this
    
    <?xml version='1.0' encoding='UTF-8'?>
    ...
      </node>
      </osm>
    
  2. or download this
    
    <?xml version="1.0" encoding="UTF-8"?>
    ...
    <node id="-1643796" lat="60.584" lon="10.560"/><node id="-1643795" lat
    +="59.584" lon="9.560"/>
    </osm>
    
  3. or download this
    
    my $dom = 'XML::LibXML'->load_xml(location => 'test.osm');
    ...
    
    $dom->toFile('new_test.osm');