Modify ↓
#1702 closed defect (fixed)
[PATCH] josm won't load valid xml gpx file
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
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)
by , 17 years ago
by , 17 years ago
by , 17 years ago
by , 17 years ago
Attachment: | 0001-GPX-Import-Make-the-SAX-Parser-Factory-namespace-aw.patch added |
---|
comment:1 by , 17 years ago
Summary: | josm won't load valid xml gpx file → [PATCH] josm won't load valid xml gpx file |
---|
I just attached a patch that should fix the problem.
Note:
See TracTickets
for help on using tickets.
simple load/parse/save xml