Add visibility and weather to dive notes

This adds a bit more information to dive notes on DiveLog 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-02-17 21:32:59 +02:00 committed by Dirk Hohndel
parent 169fb32484
commit 265128451f

View file

@ -55,8 +55,13 @@
<xsl:value-of select="@Site"/>
</location>
<xsl:variable name="lf">
<xsl:text>
</xsl:text>
</xsl:variable>
<notes>
<xsl:value-of select="notes"/>
<xsl:value-of select="concat($lf, 'Weather: ', @Weather, $lf, 'Visibility: ', @Visibility)"/>
</notes>
<cylinder>