diff options
-rw-r--r-- | xslt/SuuntoSDM.xslt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index f0bff52a7..fbea94b06 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -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> |