We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba4977 commit 0f605d7Copy full SHA for 0f605d7
xslt_src/plateau.international-standard.core.xsl
@@ -1259,6 +1259,14 @@
1259
<xsl:attribute name="margin-bottom">0pt</xsl:attribute>
1260
</xsl:if>
1261
1262
+ <xsl:if test="(ancestor::*[local-name() = 'td' or local-name() = 'th']) and
1263
+ (.//*[local-name() = 'font_en' or local-name() = 'font_en_bold'])">
1264
+ <xsl:if test="$isGenerateTableIF = 'false'">
1265
+ <xsl:attribute name="language">en</xsl:attribute>
1266
+ <xsl:attribute name="hyphenate">true</xsl:attribute>
1267
+ </xsl:if>
1268
1269
+
1270
<xsl:if test="parent::plateau:clause or (ancestor::plateau:note and not(ancestor::plateau:table))">
1271
<xsl:text> </xsl:text>
1272
0 commit comments