From 3343634fc9e285caa163be2500a2119aeae68a4a Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 20 Dec 2014 21:23:30 +0200 Subject: [PATCH] Add temperature support to manual2xml XSLT This adds support for importing temperatures from manually kept dive logs. However, this cannot be used before GUI counterpart is added. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/manualcsv2xml.xslt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/xslt/manualcsv2xml.xslt b/xslt/manualcsv2xml.xslt index 58f04fc98..60a239d46 100644 --- a/xslt/manualcsv2xml.xslt +++ b/xslt/manualcsv2xml.xslt @@ -19,6 +19,8 @@ + + @@ -185,6 +187,27 @@ + + + + + + + + + + + + + + + + + + + + +