- or download this
<?xml version='1.0' encoding='UTF-8'?>
...
</node>
</osm>
- 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>
- or download this
my $dom = 'XML::LibXML'->load_xml(location => 'test.osm');
...
$dom->toFile('new_test.osm');