slightly more robust XML parsing of the GPX track (elevation is now
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 20 Aug 2006 15:53:57 +0000 (15:53 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 20 Aug 2006 15:53:57 +0000 (15:53 +0000)
commit23943a613d46b105586795953eca8c6b88cb67c8
tree3a1809fdb8d97dbc17791943fc5cdec60fc6c24f
parentdaadd054bd41e1fa5b85d3b05e6f572c7c09bb88
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.
trunk/crawler/basic/src/org/wamblee/crawler/Action.java
trunk/crawler/kiss/conf/kiss/programs.xml
trunk/gps/src/org/wamblee/gpx/GpxParser.java
trunk/gps/src/org/wamblee/gpx/gpx.xsd [new file with mode: 0644]
trunk/support/src/org/wamblee/xml/DomUtils.java
trunk/support/src/org/wamblee/xml/XMLException.java [new file with mode: 0644]