mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
SDE import: include DC serial number
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
f798859178
commit
859098a37e
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
<xsl:attribute name="model">
|
||||
<xsl:value-of select="concat('Suunto ', /SUUNTO/MSG/DEVICEMODEL)" />
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="deviceid">
|
||||
<xsl:value-of select="/SUUNTO/MSG/WRISTOPID" />
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="serial">
|
||||
<xsl:value-of select="/SUUNTO/MSG/WRISTOPID" />
|
||||
</xsl:attribute>
|
||||
</divecomputer>
|
||||
<xsl:apply-templates select="/SUUNTO/MSG"/>
|
||||
</dives>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue