Skip to content

Commit

Permalink
Merge pull request #155 from metanorma/feature/xslt-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
2 parents 19f45b3 + 239d975 commit b0db67b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/isodoc/plateau/plateau.international-standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,13 @@
<xsl:attribute name="margin-bottom">0pt</xsl:attribute>
</xsl:if>

<xsl:if test="(ancestor::*[local-name() = 'td' or local-name() = 'th']) and (.//*[local-name() = 'font_en' or local-name() = 'font_en_bold'])">
<xsl:if test="$isGenerateTableIF = 'false'">
<xsl:attribute name="language">en</xsl:attribute>
<xsl:attribute name="hyphenate">true</xsl:attribute>
</xsl:if>
</xsl:if>

<xsl:if test="parent::plateau:clause or (ancestor::plateau:note and not(ancestor::plateau:table))">
<xsl:text> </xsl:text>
</xsl:if>
Expand Down

0 comments on commit b0db67b

Please sign in to comment.