Add entryType as tag on MacDive import

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-05-04 20:03:25 +03:00 committed by Dirk Hohndel
parent c8bbc74447
commit 49e10f6555

View file

@ -66,6 +66,10 @@
</xsl:call-template> </xsl:call-template>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="tags">
<xsl:value-of select="entryType"/>
</xsl:attribute>
<xsl:variable name="delta"> <xsl:variable name="delta">
<xsl:value-of select="sampleInterval"/> <xsl:value-of select="sampleInterval"/>
</xsl:variable> </xsl:variable>