Skip to content

Commit

Permalink
ISO xslt updated for metanorma/metanorma-iso#1048
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Nov 12, 2023
1 parent abbf41d commit 631c0c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions xslt_src/iso.international-standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,18 @@
</fo:block>
</fo:block>
</xsl:if>
<xsl:variable name="date_corrected" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:date[@type = 'corrected'])"/>
<xsl:if test="$date_corrected != ''">
<fo:block text-align="right" font-size="9.5pt">
<xsl:value-of select="$linebreak"/>
<xsl:value-of select="$linebreak"/>
<xsl:call-template name="getLocalizedString">
<xsl:with-param name="key">corrected_version</xsl:with-param>
</xsl:call-template>
<xsl:value-of select="$linebreak"/>
<xsl:value-of select="$date_corrected"/>
</fo:block>
</xsl:if>
</fo:table-cell>
</fo:table-row>
<fo:table-row height="17mm" role="SKIP">
Expand Down

0 comments on commit 631c0c3

Please sign in to comment.