From 84e6f200f64721771be18564830e277f0885e117 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sun, 30 Oct 2011 19:47:29 +0200 Subject: [PATCH] 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 > 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 Signed-off-by: Linus Torvalds --- xslt/jdivelog2subsurface.xslt | 232 ++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 xslt/jdivelog2subsurface.xslt diff --git a/xslt/jdivelog2subsurface.xslt b/xslt/jdivelog2subsurface.xslt new file mode 100644 index 0000000..73b4590 --- /dev/null +++ b/xslt/jdivelog2subsurface.xslt @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Visibility: + + +Suit: + + +Gloves: + + +Weight: + + + + + + + + + + 21.0% + + + + + + + + 0 l + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.0