Fixed numbering in execsummary

This commit is contained in:
skyanth 2019-05-14 14:36:15 +02:00
parent ab36dbb61a
commit 33fc18766d

View File

@ -163,15 +163,12 @@
</fo:inline>
</xsl:when>
<xsl:otherwise>
<xsl:if test="not(../.. = /)">
<!-- no numbering for top-level sections -->
<fo:inline>
<fo:inline>
<xsl:number
count="section[not(@visibility = 'hidden')][ancestor-or-self::*/@inexecsummary = 'yes'] | finding | non-finding"
level="multiple" format="{$AUTO_NUMBERING_FORMAT}"
/>
</fo:inline>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</xsl:when>