Closed fschutt closed 1 year ago
I have a GPX file, which has a malformed <time> node:
<time>
<time>2022-04-13T11:49:33.749</time>
The rest of the file is fine, but gpx::read fails because of that. Could there be an option to "continue on unimportant errors" for parsing? Thanks.
gpx::read
Not all "unimportant errors", but parsing that format was implemented in #78.
I have a GPX file, which has a malformed
<time>
node:The rest of the file is fine, but
gpx::read
fails because of that. Could there be an option to "continue on unimportant errors" for parsing? Thanks.