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:
parent
62b989979e
commit
9607ff6c93
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user