Handle xml version 1.1 gpx
DG-200 generates gpx files with <?xml version="1.1"
, though 1.0 would be fine. gpxpod's XML library fails to parse that XML version. Couldn't gpxpod change xml version="1.1"
into 1.0
on the fly? This would avoid users wonder how comes their track can't draw.