This is a bit non Locus related, but I'm going to ask here anyway.
I have some python scripts which parse the GPX tracklogs from Locus with minidom.parse(...). Sinds the beginning of November, the parse gives an error. When I look at the file, the error seems to be in this line: <topografix:color>c0c0c0</topografix:color> It gives a "prefix undefined". If I hand-remove this line, I can parse the GPX file without problems.
Is this error on the python side, or is there some definition missing from the GPX file header or something?
(If python has a problem, maybe other scripts have a problem too.)
Apologies if this has nothing to do with Locus.
-peter
I have some python scripts which parse the GPX tracklogs from Locus with minidom.parse(...). Sinds the beginning of November, the parse gives an error. When I look at the file, the error seems to be in this line: <topografix:color>c0c0c0</topografix:color> It gives a "prefix undefined". If I hand-remove this line, I can parse the GPX file without problems.
Is this error on the python side, or is there some definition missing from the GPX file header or something?
(If python has a problem, maybe other scripts have a problem too.)
Apologies if this has nothing to do with Locus.
-peter