slightly more robust XML parsing of the GPX track (elevation is now
authorErik Brakkee <erik@brakkee.org>
Sun, 20 Aug 2006 15:53:57 +0000 (15:53 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 20 Aug 2006 15:53:57 +0000 (15:53 +0000)
commit444645e7e8165159b7c47eebefb32c023684d210
tree73841044ab74cb96f4507c924ddeb4f31ecebf62
parentac554363985fa1a392da74db39609490af2c98af
slightly more robust XML parsing of the GPX track (elevation is now
optional).

DomUtils now uses XMLException instead of the 4 different types from
before.
crawler/basic/src/org/wamblee/crawler/Action.java
crawler/kiss/conf/kiss/programs.xml
gps/src/org/wamblee/gpx/GpxParser.java
gps/src/org/wamblee/gpx/gpx.xsd [new file with mode: 0644]
support/src/org/wamblee/xml/DomUtils.java
support/src/org/wamblee/xml/XMLException.java [new file with mode: 0644]