ticofab / android-gpx-parser

A library to parse XML Gpx files, built for Android.
Apache License 2.0
123 stars 44 forks source link

Unable to parse Extensions in GPX #11

Closed prasad456 closed 7 years ago

prasad456 commented 7 years ago

How can I parse Extensions which are in GPX file.

ticofab commented 7 years ago

Thanks for opening. Can you please show an example of the GPX file that gives you trouble?

prasad456 commented 7 years ago

I had changed ".gpx" to txt to upload here. Please check this sample.txt

prasad456 commented 7 years ago

Hi Ticofab,

Have you check the sample text, which uploaded in previous. Please let me know any issues.

ticofab commented 7 years ago

Hey @prasad456, it seems like your XML is not part of the GPX standard. I suggest that you use my library to parse the GPX-compliant part of your XML and then parse the rest yourself.