[PATCH 4/5] Add entryType as tag on MacDive import

Miika Turkia miika.turkia at gmail.com
Mon May 4 10:03:25 PDT 2015


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 xslt/MacDive.xslt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt
index 6353c17..da52f33 100644
--- a/xslt/MacDive.xslt
+++ b/xslt/MacDive.xslt
@@ -66,6 +66,10 @@
         </xsl:call-template>
       </xsl:attribute>
 
+      <xsl:attribute name="tags">
+        <xsl:value-of select="entryType"/>
+      </xsl:attribute>
+
       <xsl:variable name="delta">
         <xsl:value-of select="sampleInterval"/>
       </xsl:variable>
-- 
2.1.0



More information about the subsurface mailing list