Skip to content

Commit

Permalink
xslt update based on metanorma/mn-native-pdf@cb5a58a
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 authored Jun 27, 2024
1 parent 50619ae commit 1fd788a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/isodoc/ieee/ieee.amendment.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@
<xsl:copy-of select="."/>
</xsl:for-each>

<xsl:if test="following-sibling::*[1][local-name() = 'fn']">
<xsl:if test="following-sibling::node()[normalize-space() != ''][1][local-name() = 'fn']">
<xsl:attribute name="padding-right">0.5mm</xsl:attribute>
</xsl:if>

Expand Down
2 changes: 1 addition & 1 deletion lib/isodoc/ieee/ieee.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@
<xsl:copy-of select="."/>
</xsl:for-each>

<xsl:if test="following-sibling::*[1][local-name() = 'fn']">
<xsl:if test="following-sibling::node()[normalize-space() != ''][1][local-name() = 'fn']">
<xsl:attribute name="padding-right">0.5mm</xsl:attribute>
</xsl:if>

Expand Down

0 comments on commit 1fd788a

Please sign in to comment.