mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:23:23 +00:00
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:
parent
ac72bcfa00
commit
4cf0f77d8a
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue