Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I am trying to get GPS data out of a GPX file: The problem is the elevation <ele>value</ele>, which is EXN_TEXT. Here is a part of the .xml file:
Any ideas, this works, but is ugly:
I would like to do something on the <ele>value</ele> node but don't know what else to do. Any suggestions would be appreciated. Thanks, Willem source code |
||||
|
Just to add to the above, the actual problem is that there are other EXN_TEXT nodes, such as <time>value</time> and I don't know how to tell the EXN_TEXT nodes apart, so I need something like the EXN_ELEMENT getNodeName() for the EXN_TEXT nodes. Is this possible? Thanks Willem |
|