Skip to content

Commit 239d975

Browse files
xslt update based on metanorma/mn-native-pdf@cb05463
1 parent 19f45b3 commit 239d975

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,13 @@
12131213
<xsl:attribute name="margin-bottom">0pt</xsl:attribute>
12141214
</xsl:if>
12151215

1216+
<xsl:if test="(ancestor::*[local-name() = 'td' or local-name() = 'th']) and (.//*[local-name() = 'font_en' or local-name() = 'font_en_bold'])">
1217+
<xsl:if test="$isGenerateTableIF = 'false'">
1218+
<xsl:attribute name="language">en</xsl:attribute>
1219+
<xsl:attribute name="hyphenate">true</xsl:attribute>
1220+
</xsl:if>
1221+
</xsl:if>
1222+
12161223
<xsl:if test="parent::plateau:clause or (ancestor::plateau:note and not(ancestor::plateau:table))">
12171224
<xsl:text> </xsl:text>
12181225
</xsl:if>

0 commit comments

Comments
 (0)