Skip to content

Commit 242ca35

Browse files
xslt update based on metanorma/mn-native-pdf@62a1161
1 parent 3418e4c commit 242ca35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/isodoc/plateau/plateau.international-standard.xsl

+3-2
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,10 @@
822822
<xsl:choose>
823823
<xsl:when test="normalize-space(@id) = ''">false</xsl:when>
824824
<xsl:when test="ancestor-or-self::plateau:annex and $level &gt;= 2">false</xsl:when>
825-
<xsl:when test="$type = 'bibliography' and $level &gt;= 2">false</xsl:when>
825+
<!-- <xsl:when test="$type = 'bibliography' and $level &gt;= 2">false</xsl:when> -->
826826
<xsl:when test="$type = 'bibliography'">true</xsl:when>
827-
<xsl:when test="$type = 'references' and $level &gt;= 2">false</xsl:when>
827+
<!-- <xsl:when test="$type = 'references' and $level &gt;= 2">false</xsl:when> -->
828+
<xsl:when test="$type = 'references'">true</xsl:when>
828829
<xsl:when test="ancestor-or-self::plateau:colophon">true</xsl:when>
829830
<xsl:when test="$section = '' and $type = 'clause' and $level = 1 and ancestor::plateau:preface">true</xsl:when>
830831
<xsl:when test="$section = '' and $type = 'clause'">false</xsl:when>

0 commit comments

Comments
 (0)