diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-05-04 20:03:25 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-04 10:59:10 -0700 |
commit | 49e10f655533d4768ba080691c9abcd8c0f4e1b7 (patch) | |
tree | a47a416297dcb4768d8b2d94d8c27ab5e35626f6 | |
parent | c8bbc7444732dcab7d43856cc8cc88cc3485d179 (diff) | |
download | subsurface-49e10f655533d4768ba080691c9abcd8c0f4e1b7.tar.gz |
Add entryType as tag on MacDive import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | xslt/MacDive.xslt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt index 6353c176f..da52f3319 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> |