Save info only from first cylinder on CSV export

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-26 16:11:34 +02:00 committed by Dirk Hohndel
parent ac72bcfa00
commit 4cf0f77d8a

View file

@ -38,8 +38,8 @@
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="cylinder/@start|cylinder/@end != ''">
<xsl:apply-templates select="cylinder"/>
<xsl:when test="cylinder[1]/@start|cylinder[1]/@end != ''">
<xsl:apply-templates select="cylinder[1]"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$fs"/>