diff options
Diffstat (limited to 'xslt/jdivelog2subsurface.xslt')
-rw-r--r-- | xslt/jdivelog2subsurface.xslt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xslt/jdivelog2subsurface.xslt b/xslt/jdivelog2subsurface.xslt index 5f3f37d2c..329ccc5f9 100644 --- a/xslt/jdivelog2subsurface.xslt +++ b/xslt/jdivelog2subsurface.xslt @@ -232,9 +232,12 @@ Comment: <xsl:value-of select="Comment"/> </xsl:otherwise> </xsl:choose> </xsl:attribute> - <xsl:attribute name="value"> + <xsl:attribute name="o2"> <xsl:value-of select="ancestor::DIVE/GASES/MIX[MIXNAME=current()]/O2 * 100" /> </xsl:attribute> + <xsl:attribute name="he"> + <xsl:value-of select="ancestor::DIVE/GASES/MIX[MIXNAME=current()]/HE * 100" /> + </xsl:attribute> </event> </xsl:for-each> <!-- end gas change --> |