]> git.tdb.fi Git - ext/subsurface.git/commit
XSLT to transform JDiveLog to Subsurface format
authorMiika Turkia <miika.turkia@gmail.com>
Sun, 30 Oct 2011 17:47:29 +0000 (19:47 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Oct 2011 18:35:23 +0000 (11:35 -0700)
commit84e6f200f64721771be18564830e277f0885e117
treec5903518c6f0e7a984be4a50e708dac34672bd7b
parent951f601aad396523fc9efbb4f021264e3f03524c
XSLT to transform JDiveLog to Subsurface format

XSLT file to transfer dive logs from JDiveLog format to Subsurface
format. It can be used on command line with the following syntax:
xsltproc <divelog.jlb> > <divelog.xml>

Basic functionality such as depth readings and dive information is
currently supported. However, this is only tested in metric units.

What is currently missing is at least tank changes and tank pressure (as
no sample data was available).

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
xslt/jdivelog2subsurface.xslt [new file with mode: 0644]