Skip to content

Commit d084f5c

Browse files
xslt update based on metanorma/mn-native-pdf@417944f
1 parent 9d6f393 commit d084f5c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

+10-3
Original file line numberDiff line numberDiff line change
@@ -5296,7 +5296,9 @@
52965296
<xsl:with-param name="element">
52975297
<fo:basic-link internal-destination="{$ref_id}" fox:alt-text="footnote {$current_fn_number}"> <!-- note: role="Lbl" removed in https://github.com/metanorma/mn2pdf/issues/291 -->
52985298
<fo:inline role="Lbl"> <!-- need for https://github.com/metanorma/metanorma-iso/issues/1003 -->
5299+
52995300
<xsl:copy-of select="$current_fn_number_text"/>
5301+
53005302
</fo:inline>
53015303
</fo:basic-link>
53025304
</xsl:with-param>
@@ -5315,18 +5317,23 @@
53155317

53165318
<fo:block-container xsl:use-attribute-sets="fn-container-body-style" role="SKIP">
53175319

5318-
<fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5319-
5320+
<xsl:variable name="fn_block">
53205321
<xsl:call-template name="refine_fn-body-style"/>
53215322

53225323
<fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style" role="Lbl">
53235324

53245325
<xsl:call-template name="refine_fn-body-num-style"/>
53255326

53265327
<xsl:value-of select="$current_fn_number_text"/>
5328+
53275329
</fo:inline>
53285330
<xsl:apply-templates/>
5329-
</fo:block>
5331+
</xsl:variable>
5332+
5333+
<fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5334+
<xsl:copy-of select="$fn_block"/>
5335+
</fo:block>
5336+
53305337
</fo:block-container>
53315338
</fo:footnote-body>
53325339
</fo:footnote>

0 commit comments

Comments
 (0)