diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/divelogs.xslt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 067a72675..2568824ea 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -164,6 +164,14 @@ </xsl:attribute> </sample> </xsl:for-each> + + <xsl:for-each select="PICTURES/PICTURE"> + <picture> + <xsl:attribute name="filename"> + <xsl:value-of select="concat('https://divelogs.de', @path, .)"/> + </xsl:attribute> + </picture> + </xsl:for-each> </dive> </xsl:template> </xsl:stylesheet> |