Have Sensus samples inside divecomputer tag

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-01-23 06:35:44 +02:00 committed by Dirk Hohndel
parent 5ac5619a77
commit c5075b93a2

View file

@ -71,11 +71,12 @@
</xsl:call-template>
</xsl:attribute>
<divecomputerid deviceid="ffffffff" model="SensusCSV" />
<xsl:call-template name="printLine">
<xsl:with-param name="line" select="substring-before(//SensusCSV, $lf)"/>
<xsl:with-param name="remaining" select="substring-after(//SensusCSV, $lf)"/>
</xsl:call-template>
<divecomputer deviceid="ffffffff" model="SensusCSV">
<xsl:call-template name="printLine">
<xsl:with-param name="line" select="substring-before(//SensusCSV, $lf)"/>
<xsl:with-param name="remaining" select="substring-after(//SensusCSV, $lf)"/>
</xsl:call-template>
</divecomputer>
</dive>
</dives>
</divelog>