summaryrefslogtreecommitdiffstats
path: root/xslt/uddf.xslt
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-08-20 23:42:18 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-20 19:25:27 -0500
commite7922f6ca8be60ea293dc476e39cc6975de7c8a0 (patch)
tree7249f1cc70781fd2cd710585879e1c2a285a9a7f /xslt/uddf.xslt
parentdd1dc11cb60ec819d26ae198633546db780dec18 (diff)
downloadsubsurface-e7922f6ca8be60ea293dc476e39cc6975de7c8a0.tar.gz
Import NDL form UDDF files
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt/uddf.xslt')
-rw-r--r--xslt/uddf.xslt10
1 files changed, 10 insertions, 0 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index c4911c584..1508fb3da 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -467,6 +467,16 @@
</xsl:call-template>
</xsl:attribute>
</xsl:if>
+
+ <xsl:if test="nodecotime|u:nodecotime|u1:nodecotime &gt; 0">
+ <xsl:attribute name="ndl">
+ <xsl:call-template name="timeConvert">
+ <xsl:with-param name="timeSec">
+ <xsl:value-of select="nodecotime|u:nodecotime|u1:nodecotime"/>
+ </xsl:with-param>
+ </xsl:call-template>
+ </xsl:attribute>
+ </xsl:if>
</sample>
</xsl:for-each>
</dive>