Skip to content

Commit

Permalink
common xslt updated for BSI table footnotes, metanorma/isodoc#607
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Nov 6, 2024
1 parent a5e92a9 commit 901be79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9890,7 +9890,8 @@
<xsl:if test="not(preceding-sibling::*[1][local-name() = 'p' and @keep-with-next])"> <!-- for old Presentation XML -->

<xsl:choose>
<xsl:when test="$namespace = 'bsi'"></xsl:when>
<xsl:when test="$namespace = 'bsi'"></xsl:when><!-- https://github.com/metanorma/isodoc/issues/607, see template<xsl:template
match="bsi:figure/bsi:p[preceding-sibling::bsi:p[@keep-with-next = 'true']][node()[1][self::bsi:sup]]" priority="5"> -->
<xsl:otherwise>
<fo:block font-weight="bold" text-align="left" margin-bottom="12pt" keep-with-next="always">

Expand Down

0 comments on commit 901be79

Please sign in to comment.