diff options
Diffstat (limited to '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"/> |