soundscape-community / authoring-tool

MIT License
3 stars 1 forks source link

'&' and &<' in some fields can produce an invalid xml file #40

Closed RDMurray closed 2 weeks ago

RDMurray commented 3 weeks ago

A bug in gpxpy, tkrajina/gpxpy#277, can cause invalid xml to be written in the case that gpx extension fields such as departure callout contain '&' or '<'.

We could implement a workaround in the short term, but it should really be fixed in gpxpy.

RDMurray commented 2 weeks ago

I fixed this in tkrajina/gpxpy#282

Hopefully there will be a new gpxpy release soon, if not we can integrate the fixed branch with a git submodule or something. I'm not sure what the easiest solution is.