diff options
Diffstat (limited to 'xslt/SuuntoSDM.xslt')
-rw-r--r-- | xslt/SuuntoSDM.xslt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index ed130ae2c..08da67908 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -80,6 +80,9 @@ <xsl:if test="WATERVISIBILITYDESC != ''"> Visibility: <xsl:value-of select="WATERVISIBILITYDESC" /> </xsl:if> + <xsl:if test="BOATNAME != ''"> + Boat name: <xsl:value-of select="BOATNAME" /> + </xsl:if> </notes> <!-- FIXME: add support for multiple cylinders, need sample data --> |