summaryrefslogtreecommitdiffstats
path: root/xslt/SuuntoSDM.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/SuuntoSDM.xslt')
-rw-r--r--xslt/SuuntoSDM.xslt6
1 files changed, 3 insertions, 3 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt
index a3159a58b..3a56a1036 100644
--- a/xslt/SuuntoSDM.xslt
+++ b/xslt/SuuntoSDM.xslt
@@ -33,10 +33,10 @@
<xsl:choose>
<xsl:when test="MEANDEPTH != ''">
- <depth max="{concat(MAXDEPTH,' m')}" mean="{concat(MEANDEPTH, ' m')}"/>
+ <depth max="{concat(translate(MAXDEPTH, ',', '.'),' m')}" mean="{concat(translate(MEANDEPTH, ',', '.'), ' m')}"/>
</xsl:when>
<xsl:otherwise>
- <depth max="{concat(MAXDEPTH,' m')}"/>
+ <depth max="{concat(translate(MAXDEPTH, ',', '.'),' m')}"/>
</xsl:otherwise>
</xsl:choose>
@@ -187,7 +187,7 @@
</xsl:call-template>
</xsl:attribute>
<xsl:attribute name="depth">
- <xsl:value-of select="concat(DEPTH, ' m')"/>
+ <xsl:value-of select="concat(translate(DEPTH, ',', '.'), ' m')"/>
</xsl:attribute>
<xsl:attribute name="temp">
<xsl:value-of select="TEMPERATURE"/>