From 71949b20d474077324687baeded527cf8d5d4a20 Mon Sep 17 00:00:00 2001 From: Martin Long Date: Wed, 10 Dec 2014 22:46:53 +0000 Subject: Add 'trip' support to UDDF export Currently repetition groups are used to group dives into trips. This is not really correct. Repetition groups should really represent a group of dives where tissue loading needs to be preserved between dives (typically the same day). UDDF has support for trips, using the tags. This is a bidirectional link between the dives and the trips. This patch adds support for these trips. However, it leaves in the repetition groups. Repetition groups may need further consideration. Signed-off-by: Martin Long Signed-off-by: Dirk Hohndel --- xslt/uddf-export.xslt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'xslt') diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt index d4683ee12..2f7ba7056 100644 --- a/xslt/uddf-export.xslt +++ b/xslt/uddf-export.xslt @@ -149,6 +149,7 @@ + @@ -160,6 +161,11 @@ + + + + + @@ -260,6 +266,9 @@ + +   + @@ -573,6 +582,25 @@ + + + +   + + + + + + + + + + + + + + +