Skip to content

Commit

Permalink
ITU xslt updated for bibliography in table rendering, metanorma/isodo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jan 15, 2025
1 parent c2251cc commit 4ee3974
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions xslt_src/itu.recommendation.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@
</xsl:variable>

<xsl:choose>
<xsl:when test="not($doctype = 'implementers-guide') and $bibitem_label != $docidentifier_metanorma_ordinal">
<xsl:when test="not($doctype = 'implementers-guide') and $bibitem_label != '' and $bibitem_label != $docidentifier_metanorma_ordinal">

<xsl:variable name="bibitems_table_simple">
<tbody>
Expand Down Expand Up @@ -2724,9 +2724,11 @@

</xsl:when>
<xsl:otherwise>
<xsl:call-template name="bibitem_non_normative">
<xsl:with-param name="skip">false</xsl:with-param>
</xsl:call-template>
<xsl:for-each select=". | following-sibling::*[local-name() = 'bibitem']">
<xsl:call-template name="bibitem_non_normative">
<xsl:with-param name="skip">false</xsl:with-param>
</xsl:call-template>
</xsl:for-each>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
Expand Down

0 comments on commit 4ee3974

Please sign in to comment.