#1702 closed defect (fixed)
[PATCH] josm won't load valid xml gpx file
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | unspecified |
| Version: | Keywords: | ||
| Cc: |
Description
using version 0.0.0.20080330-1
I use python to load the xml and save it back out - no transforms, so functionally the xml should be identical even if it's serialised differently. Python load/save script is:
I'll attach the test.gpx file (which josm loads fine) and the test2.gpx file (which should be identical, but doesn't load). Note that there's no error, josm just doesn't find any tracks in the file.
Attachments (4)
Change History (7)
Changed 5 years ago by chris.bainbridge@…
Changed 5 years ago by anonymous
Changed 5 years ago by anonymous
Changed 5 years ago by anonymous
comment:1 Changed 5 years ago by mcdmx@…
- Summary changed from josm won't load valid xml gpx file to [PATCH] josm won't load valid xml gpx file
I just attached a patch that should fix the problem.
comment:2 Changed 5 years ago by anonymous
Thanks, the patch seems to work. Hope to see it in mainline josm soon.
comment:3 Changed 4 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Fixed in r1122.



simple load/parse/save xml