From b18f9fa057a5f4bea447eb03a49926d19acfb4c9 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Tue, 26 Mar 2013 10:25:49 +0200 Subject: Gases and events support for UDDF export This patch generates a gases section on UDDF export. The section consists of all the unique gas mixes sawn on the dive log. The latter part includes events to the export. Gas change and heading events are properly translated to respective UDDF naming. Other events are copied over as is. Some of the events are the same (ascent, deco, rbt, surface) in UDDF some are not available. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/uddf-export.xslt | 106 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 87 insertions(+), 19 deletions(-) (limited to 'xslt/uddf-export.xslt') diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt index 107234ebf..b4343700b 100644 --- a/xslt/uddf-export.xslt +++ b/xslt/uddf-export.xslt @@ -3,6 +3,8 @@ + + @@ -44,26 +46,51 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -120,6 +147,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2