diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-03-08 20:12:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-03-08 10:17:33 -0800 |
commit | 4297d931a3da5fcfb8d8631ca9ad1be263bb22d2 (patch) | |
tree | ffb7f2ab1d341a402ee30da43e019cd592251218 /xslt | |
parent | 473bc91c8af9de1e41e9eb3e67107d8496ab61c8 (diff) | |
download | subsurface-4297d931a3da5fcfb8d8631ca9ad1be263bb22d2.tar.gz |
Identify converted files as imported
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/DivingLog.xslt | 2 | ||||
-rw-r--r-- | xslt/MacDive.xslt | 2 | ||||
-rw-r--r-- | xslt/SuuntoSDM.xslt | 2 | ||||
-rw-r--r-- | xslt/divelogs.xslt | 2 | ||||
-rw-r--r-- | xslt/jdivelog2subsurface.xslt | 2 | ||||
-rw-r--r-- | xslt/udcf.xslt | 2 | ||||
-rw-r--r-- | xslt/uddf.xslt | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/xslt/DivingLog.xslt b/xslt/DivingLog.xslt index 91c5d502e..4e7dc8b08 100644 --- a/xslt/DivingLog.xslt +++ b/xslt/DivingLog.xslt @@ -3,7 +3,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program='subsurface' version='2'> + <divelog program='subsurface-import' version='2'> <dives> <xsl:apply-templates select="/Divinglog/Logbook/Dive"/> </dives> diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt index c719e6931..4d83006d5 100644 --- a/xslt/MacDive.xslt +++ b/xslt/MacDive.xslt @@ -3,7 +3,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program='subsurface' version='2'> + <divelog program='subsurface-import' version='2'> <settings> <xsl:for-each select="/dives/dive"> <divecomputerid deviceid="ffffffff"> diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 3a56a1036..7256952de 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -5,7 +5,7 @@ <xsl:template match="/"> <dives> - <program name="subsurface" version="1"/> + <program name="subsurface-import" version="1"/> <xsl:apply-templates select="/SUUNTO/MSG"/> </dives> </xsl:template> diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 3855c1552..f66ffccfe 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -4,7 +4,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program='subsurface' version='2'> + <divelog program='subsurface-import' version='2'> <dives> <xsl:apply-templates select="DIVELOGSDATA"/> </dives> diff --git a/xslt/jdivelog2subsurface.xslt b/xslt/jdivelog2subsurface.xslt index b36eb9619..5f3f37d2c 100644 --- a/xslt/jdivelog2subsurface.xslt +++ b/xslt/jdivelog2subsurface.xslt @@ -5,7 +5,7 @@ <xsl:template match="/"> <dives> - <program name="subsurface" version="1"/> + <program name="subsurface-import" version="1"/> <xsl:apply-templates select="/JDiveLog/JDive"/> </dives> </xsl:template> diff --git a/xslt/udcf.xslt b/xslt/udcf.xslt index 4f3362638..b3c93e8aa 100644 --- a/xslt/udcf.xslt +++ b/xslt/udcf.xslt @@ -4,7 +4,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program="subsurface" version="2"> + <divelog program="subsurface-import" version="2"> <settings> <divecomputerid deviceid="ffffffff"> <xsl:apply-templates select="/PROFILE/DEVICE|/profile/device"/> diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt index 5f117382b..4af79d84f 100644 --- a/xslt/uddf.xslt +++ b/xslt/uddf.xslt @@ -8,7 +8,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program="subsurface" version="2"> + <divelog program="subsurface-import" version="2"> <settings> <divecomputerid deviceid="ffffffff"> <xsl:apply-templates select="/uddf/generator|/u:uddf/u:generator"/> |