Suunto SDE conversion: add boat name to notes if it exists

This is, I think, the last piece of relevant information that I can find
in Szymon's SDE file.

Which is not to mean that we get all the conversions right, or that we
handle the more complex cases (still no multi-cylinder import, for
example). But it should be much better than it used to be.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2012-05-12 12:28:40 -07:00
parent 36e4abf8c0
commit b2e4ca552f

View file

@ -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 -->