Hi,
I programmed this GPX reader as a sample application of agrahams
http://www.basic4ppc.com/forum/addit...l-library.html. Many thanks to him for this nice work!
The sample reads the header and all waypoints (POI, points of interest) of a GPX file into a table. With a little modification it can also be used to read tracks or routes (replace "wpt"). I tested it with GPX files from different sources. It works well. Programming a GPX writer should be much easier ...
Have fun with it