mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue