diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/DiveLog.xslt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xslt/DiveLog.xslt b/xslt/DiveLog.xslt index 579e177da..66a3fd061 100644 --- a/xslt/DiveLog.xslt +++ b/xslt/DiveLog.xslt @@ -32,6 +32,10 @@ <xsl:value-of select="concat(substring-after(substring-after(substring-before(@DateTime, ' '), '/'), '/'), '-', substring-before(@DateTime, '/'), '-', substring-before(substring-after(@DateTime, '/'), '/'))"/> </xsl:attribute> + <xsl:attribute name="time"> + <xsl:value-of select="substring-after(@DateTime, ' ')"/> + </xsl:attribute> + <xsl:attribute name="duration"> <xsl:call-template name="timeConvert"> <xsl:with-param name="timeSec" select="@Duration"/> |