mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:23:23 +00:00
Have the dive duration in variable for further use
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e491f4a0db
commit
4f83bb9236
1 changed files with 6 additions and 1 deletions
|
@ -22,12 +22,17 @@
|
|||
<TIME>
|
||||
<xsl:value-of select="@time"/>
|
||||
</TIME>
|
||||
<DIVETIMESEC>
|
||||
|
||||
<xsl:variable name="duration">
|
||||
<xsl:call-template name="time2sec">
|
||||
<xsl:with-param name="time">
|
||||
<xsl:value-of select="@duration"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
|
||||
<DIVETIMESEC>
|
||||
<xsl:value-of select="$duration"/>
|
||||
</DIVETIMESEC>
|
||||
<LOCATION>
|
||||
<xsl:value-of select="location"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue