tkrajina/gpxpy

GPXXMLSyntaxException error

Closed this issue · 1 comments

knwin commented

got error when reading "cerknicko-jezero.gpx" as follow:

gpx_file = open('cerknicko-jezero.gpx', 'r', encoding="utf-8") gpx = gpxpy.parse(gpx_file)

GPXXMLSyntaxException: Error parsing XML: Specification mandates value for attribute data-pjax-transient, line 44, column 89 (, line 44)

knwin commented

Apology, the file I downloaded from github is some home with html content and thus create problem.