coolbole / gpx4j

Automatically exported from code.google.com/p/gpx4j
0 stars 0 forks source link

Wrong namespace in jdom writer #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get a gpx document with valid data (reading from a file o code-created 
document)
2. Write this document in a gpx file using jdom writer

The document contains a wrong namespace in labels <trk>, <wpt>, <metadata>, 
<rte>, <extensions>.

This labels must not contain any namespace and actually the file is generated 
with namespace ns="" in these labels.

Original issue reported on code.google.com by superkas83 on 9 Mar 2011 at 4:19