mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 18:46:16 +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>
|
</xsl:attribute>
|
||||||
</sample>
|
</sample>
|
||||||
</xsl:for-each>
|
</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>
|
</dive>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
Loading…
Add table
Reference in a new issue