mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Import tags from MacDive
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
973713e9db
commit
55a7715be0
1 changed files with 10 additions and 1 deletions
|
@ -67,7 +67,16 @@
|
|||
</xsl:attribute>
|
||||
|
||||
<xsl:attribute name="tags">
|
||||
<xsl:value-of select="entryType"/>
|
||||
<xsl:for-each select="tags/tag|entryType">
|
||||
<xsl:choose>
|
||||
<xsl:when test="position() = 1">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="concat(',', .)"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:for-each>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:variable name="delta">
|
||||
|
|
Loading…
Reference in a new issue