Sorry, I found it. I modified it and now trace appears. Thanks a lot.
But waypoints don’t appear. With Google Earth everithing is ok. What can I do ?
My gpx file :
<?xml version="1.0" encoding="UTF-8"?>
<gpx
version="1.1"
creator="Me"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1">
<trk>
<name><![CDATA[GPX Test]]></name>
<trkseg>
<trkpt lat="-25.133333333" lon="-40.716666666"><ele>0.0</ele><time>2014-07-17T00:00:00Z</time></trkpt>
<trkpt lat="-21.466666666" lon="-35.283333333"><ele>0.0</ele><time>2014-07-25T00:00:00Z</time></trkpt>
</trkseg>
</trk>
<wpt lat="-25.133333333" lon="-40.716666666"><ele>0.0</ele><name>17 juillet 2014</name></wpt>
<wpt lat="-21.466666666" lon="-35.283333333"><ele>0.0</ele><name>25 juillet 2014</name></wpt>
</gpx>