diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2011-11-16 07:12:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-21 11:33:52 -0800 |
commit | 61f3114fce0c188b989270a33e476db52b81e810 (patch) | |
tree | 1439726ad742cdf2e7f66373676734eb90ebe54f /parse-xml.c | |
parent | 5a046d94ea808963b5e6a5d740d360815b0def6d (diff) | |
download | subsurface-61f3114fce0c188b989270a33e476db52b81e810.tar.gz |
XSLT to import SDM dive log
This is tested with Linus' sample data, all basic functionality seems to
be working properly. Gas changes are implemented but not tested as there
was no samples of those. Multiple cylinders are missing because there
was no samples available.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c index 38be728da..64d79e022 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1536,6 +1536,7 @@ static struct xslt_files { const char *root; const char *file; } xslt_files[] = { + { "SUUNTO", "SuuntoSDM.xslt" }, { "JDiveLog", "jdivelog2subsurface.xslt" }, { NULL, } }; |