[OpenStreetMap] GPX Import Failure

I am trying unsuccessful to load the below GPX file…
Can you tell me what is wrong here and how to fix that

<?xml version="1.0"?>
<gpx version="1.1" creator="GPS Visualizer http://www.gpsvisualizer.com/" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<trk>
  <name>Toeni</name>
  <desc>tougan</desc>
  <trkseg>
    <trkpt lat="13.44002658" lon="-3.0"></trkpt>
  </trkseg>
</trk>
</gpx>

At first glance, no “” element against the “”.

Already done but same error i am getting

<?xml version="1.0"?>
<gpx version="1.1" creator="GPS Visualizer http://www.gpsvisualizer.com/" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<trk>
  <name>Toeni</name>
  <desc>tougan</desc>
  <trkseg>
    <trkpt lat="13.44002658" lon="-3.0">
	<time>2016-02-22T11:43:57Z</time>
	</trkpt>
  </trkseg>
</trk>
</gpx>

Works for me:


Hi,

It looks like your GPX file

  q.osm

with the description

  q

and the following tags:

  q

loaded successfully with 1 out of a possible 1 points.

You can view the trace here:

  http://www.openstreetmap.org/user/SomeoneElse/traces/2315428

I uploaded a file containing exactly what was in your forum post.