diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-03-15 22:02:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-03-19 11:59:58 -0700 |
commit | 2f1d6867df8135008af1a92696d3b72683f4dc7a (patch) | |
tree | 0aeef479869e4c5c2f4b69e119ae8035343941f6 /xslt/xml2csv.xslt | |
parent | 5c9345976c22df23197423c37fd50e7d23b2f06d (diff) | |
download | subsurface-2f1d6867df8135008af1a92696d3b72683f4dc7a.tar.gz |
CSV export: Remove erroneous printed dive site notes from export
Remove erroneous printed dive site notes from dive profile export.
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'xslt/xml2csv.xslt')
-rw-r--r-- | xslt/xml2csv.xslt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/xml2csv.xslt b/xslt/xml2csv.xslt index a0492cbba..c4ef849d2 100644 --- a/xslt/xml2csv.xslt +++ b/xslt/xml2csv.xslt @@ -20,6 +20,8 @@ <xsl:apply-templates select="dive|trip/dive"/> </xsl:template> + <xsl:template match="divesites/site/notes"/> + <xsl:template match="dive"> <xsl:variable name="number"> <xsl:value-of select="@number"/> |