Skip to content

Commit

Permalink
IEC xslt updated for docidentifier, metanorma/metanorma-iec#154
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 25, 2023
1 parent c2be29c commit 1a5af05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt_src/iec.international-standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<fo:static-content flow-name="left-region" >
<fo:block-container reference-orientation="90">
<fo:block font-size="7pt" margin-left="3.5mm" margin-top="5.5mm">
<xsl:value-of select="(//iec:iec-standard)[1]/iec:bibdata/iec:docidentifier[@type = 'iso-with-lang']"/>
<xsl:value-of select="(//iec:iec-standard)[1]/iec:bibdata/iec:docidentifier[@type = 'iso-revdate']"/>
</fo:block>
</fo:block-container>
</fo:static-content>
Expand Down Expand Up @@ -1020,7 +1020,7 @@
<xsl:otherwise><xsl:attribute name="padding-left">1mm</xsl:attribute>&#xa0;</xsl:otherwise>
</xsl:choose>
</fo:inline>
<fo:inline keep-together.within-line="always" font-size="25pt" font-weight="bold" color="{$color_gray}" border-bottom="0.5pt solid {$color_gray}" padding-bottom="3.5mm" baseline-shift="5.5mm"><fo:leader leader-pattern="space"/><xsl:value-of select="//iec:iec-standard/iec:bibdata/iec:docidentifier[@type = 'iso' or @type = 'ISO']"/></fo:inline>
<fo:inline keep-together.within-line="always" font-size="25pt" font-weight="bold" color="{$color_gray}" border-bottom="0.5pt solid {$color_gray}" padding-bottom="3.5mm" baseline-shift="5.5mm"><fo:leader leader-pattern="space"/><xsl:value-of select="//iec:iec-standard/iec:bibdata/iec:docidentifier[@type = 'iso-undated']"/></fo:inline>
</fo:block>
<fo:block font-size="10.5pt" text-align="right" margin-top="0.5mm">
<xsl:call-template name="capitalize">
Expand Down

0 comments on commit 1a5af05

Please sign in to comment.