The profile export now uses Sample time, etc. on profile export as that
is the naming we use on import as well.

Signed-off-by: Miika Turkia <[email protected]>
---
 xslt/xml2csv.xslt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xslt/xml2csv.xslt b/xslt/xml2csv.xslt
index c452dc2..093f8ea 100644
--- a/xslt/xml2csv.xslt
+++ b/xslt/xml2csv.xslt
@@ -7,7 +7,7 @@
   <xsl:variable name="fs">,</xsl:variable>
 
   <xsl:template match="/divelog/dives">
-    <xsl:value-of select="concat('&quot;dive number&quot;', $fs, 
'&quot;date&quot;', $fs, '&quot;time&quot;', $fs, '&quot;duration&quot;', $fs, 
'&quot;depth&quot;', $fs, '&quot;temperature&quot;', $fs, 
'&quot;pressure&quot;')"/>
+    <xsl:value-of select="concat('&quot;dive number&quot;', $fs, 
'&quot;date&quot;', $fs, '&quot;time&quot;', $fs, '&quot;sample time&quot;', 
$fs, '&quot;sample depth&quot;', $fs, '&quot;sample temperature&quot;', $fs, 
'&quot;sample pressure&quot;')"/>
     <xsl:text>
 </xsl:text>
     <xsl:apply-templates select="dive|trip/dive"/>
-- 
1.9.1

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to