jerome077 / gpsvp

Automatically exported from code.google.com/p/gpsvp
5 stars 2 forks source link

gpsVPxp 0.4.22 fails not write XML namespace declaration #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a track in GPX

What is the expected output? What do you see instead?

The expected output is

<gpx version="1.1" creator="gpsVP 0.4.22" 
xmlns="http://www.topografix.com/GPX/1/1">

Instead I'm seeing

<gpx version="1.1" creator="gpsVP 0.4.22">

What version of the product are you using? On what operating system?

0.4.22

Please provide any additional information below.

I'm seeing this with my RouteConverter http://www.routeconverter.com tool, but 
I guess all programs with XML parsers that depend on namespace declarations are 
going to require manual fixing of the namespace.

Original issue reported on code.google.com by cpe...@gmail.com on 20 Feb 2011 at 9:00

GoogleCodeExporter commented 9 years ago
I have just added the namespace declaration 
(xmlns="http://www.topografix.com/GPX/1/1") in the source code => will be in 
v0.4.24

Original comment by jerome077 on 17 Sep 2011 at 11:37