Gps Xml

What is a good editor for GPX data (the GPS exchange format)?

I have a file of GPX data for a track I recorded, but as it turns out, the elevation data is faulty throughout, so I would like to edit out all the data. XML editors usually won’t let you do mass manipulation of a tag, and all GPX editors I can find seem to focus on graphic interfaces, which is no good to me.

If you simply want to delete the elevation data, then you don’t really need an XML editor (which would have far more functionality than you need), just a basic text editor with moderately advanced search functions — or, ideally search and replace.

For example, the primitive ‘vi’ text editor would be able to do this (as available on most Unix/Linux systems and embedded in Mac OS’s underlying Unix layer).

In vi, the command would be something like:
:g/^ *.*/d
Which does a global search (the “g” following the command prompt “:”) for the content between the slashes, with the embedded slash ‘escaped’ with a reverse slash, and then deletes the line (the “d” at the end). The “.*” between the elevation tags matches tells the program to match any character (the ‘.’) as many times as possible (the ‘*’). The text between the outer slashes is called a “regular expression”, and is essentially a micro-language that describes a pattern in the text.

Clearly, you’d need to be familiar with vi to know how to do this example, but the point is that the function you are looking for is a global-search-and-replace, not something to do with XML. Even Microsoft Word has some ability along these lines, although it isn’t as capable as that in vi (and is poorly documented, unfortunately).

If you are a moderately technical person, you should examine any text editors you have available to see if they can do this, or hunt down a likely freeware candidate, some of which will be much easier to use that the thirty-plus-year-old vi.

What you are looking for is:
* Global search and replace, with
* “Regular expression” pattern matching.

You might try Note Tab Light — I found it listed on Version Tracker. http://www.notetab.com/ntl.php


Dual XML8100 AM/FM Mechless Receiver with iPod Dock, BT Ready, SWI, iPlug, and Remote (Black)


Dual XML8100 AM/FM Mechless Receiver with iPod Dock, BT Ready, SWI, iPlug, and Remote (Black)


$35.32


200W TOTAL POWER50W X 4 DOT MATRIX DISPLAY (12 CHARACTER)IPOD DOCK SUPPORTS ALL IPOD MODELS EXCEPT IPOD SHUFFLECHARGES IPOD WHILE DOCKEDCONTROL FROM IPOD OR HEAD UNITREAR AUX INPUT WITH IPLUG PAC SWI-PS STEERING WHEEL INTERFACE INPUT2 PAIRS OF F+R/S SELECTABLE RCA OUTPUTSBLUETOOTH-READY (BTM60 REQUIRED)EXPANSION MODULE SLOTINCLUDES IR REMOTEIPOD NOT INCLUDEDUPC : 827204105115Shipping Dimensions : …

DUAL HDM90 HD RADIO EXTERNAL BLACK MODULE FOR XHD6435 & XML8150


DUAL HDM90 HD RADIO EXTERNAL BLACK MODULE FOR XHD6435 & XML8150



DUAL HDM90 HD RADIO EXTERNAL BLACK MODULE FOR XHD6435 & XML8150HD RADIO EXTERNAL BLACK MODULE FOR XHD6435 & XML8150…


Intel Xml Software Suite F/


Intel Xml Software Suite F/




New - Adobe Contribute CS5 v.6.0 - Upgrade Package - 5 User - 65070167


New – Adobe Contribute CS5 v.6.0 – Upgrade Package – 5 User – 65070167


$520.35


General Information Manufacturer/Supplier: Adobe Systems, Inc Manufacturer Part Number: 65070167 Brand Name: Adobe Product Name: Contribute CS5 v.6.0 Marketing Information: Adobe Contribute CS5 software is a powerful web publishing and website management tool that integrates authoring, reviewing, and publishing in an easy-to-use WYSIWYG HTML editor. Increase web publishing productivity collaborati…

New - Adobe JRun Server v.4.0 - Complete Product - 1 Processor - 38000382


New – Adobe JRun Server v.4.0 – Complete Product – 1 Processor – 38000382


$1,055.35


Manufacturer/Supplier: Adobe Systems, Inc Manufacturer Part Number: 38000382 Brand Name: Adobe Product Name: JRun Server v.4.0 Marketing Information: Macromedia JRun 4 provides the speed and reliability required to deploy and manage your standards-based Internet applications. Loaded with features for accelerated deployment and powerful scalability, JRun 4 is an elegantly architected, web-services …

New - Adobe JRun Server v.4.0 - Upgrade - Product Upgrade - 2 Processor - 38000374


New – Adobe JRun Server v.4.0 – Upgrade – Product Upgrade – 2 Processor – 38000374


$1,169.70


General Information Manufacturer/Supplier: Adobe Systems, Inc Manufacturer Part Number: 38000374 Brand Name: Adobe Product Name: JRun Server v.4.0 – Upgrade Marketing Information: Macromedia JRun 4 provides the speed and reliability required to deploy and manage your standards-based Internet applications. Loaded with features for accelerated deployment and powerful scalability, JRun 4 is an elegan…

New-Final Draft v.8.0 Scriptwriting Software - BF2308


New-Final Draft v.8.0 Scriptwriting Software – BF2308


$223.98


FINAL DRAFT VERSION 8 PROFSCRIPTWRITING SOFTWAREStory Development Features: Send to Script: Send copy from the Index Card Summary directly to your scriptScene View: Outline your script ideas and reorder scenes in this high level overviewScene Navigator: Manage and view the important details of your scene in this sortable floating palletScene Properties Inspector (SPI): Add scene titles and colors …

Comments are closed.