From cd0475fe961ba65b65dd8cc707167c218c2b8649 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 21 Nov 2013 04:04:10 +0200 Subject: Improve UDDF export to include more dive data Basic information like buddy, location and visibility is included in UDDF export. Also attempt to grab temperature information from both temperature and divetemperature tags. This partially fixes bug #224. However, at least divemaster and tags are not exported (as the UDDF spec either does not have these or has hidden the information of these fields somewhere between so many seemingly unnecessary other fields). See #224 Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/uddf-export.xslt | 88 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 4 deletions(-) (limited to 'xslt') diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt index a41a7fccd..1d25c8cf6 100644 --- a/xslt/uddf-export.xslt +++ b/xslt/uddf-export.xslt @@ -44,8 +44,12 @@ + + + + @@ -107,13 +111,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -122,6 +169,20 @@ + + + + + + + + + + + + + + @@ -250,9 +311,9 @@ - + - + @@ -272,6 +333,25 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2