Skip to content

Commit 71523a7

Browse files
xslt update based on metanorma/mn-native-pdf@f692214
1 parent ea13904 commit 71523a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12313,6 +12313,7 @@
1231312313

1231412314
<!-- Normative references -->
1231512315
<xsl:template match="*[local-name() = 'references'][@normative='true']/*[local-name() = 'bibitem']" name="bibitem" priority="2">
12316+
<xsl:param name="skip" select="normalize-space(preceding-sibling::*[1][local-name() = 'bibitem'] and 1 = 1)"/> <!-- current bibiitem is non-first -->
1231612317

1231712318
<fo:block id="{@id}" xsl:use-attribute-sets="bibitem-normative-style">
1231812319

0 commit comments

Comments
 (0)