Import picture URLs from divelogs.de

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-04-17 16:51:31 +03:00 committed by Dirk Hohndel
parent 62b989979e
commit 9607ff6c93

View file

@ -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>