Import NDL form UDDF files

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-08-20 23:42:18 +02:00 committed by Dirk Hohndel
parent dd1dc11cb6
commit e7922f6ca8

View file

@ -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>