Skip to content

Commit

Permalink
ITU xslt updated, minor fix, metanorma/metanorma-itu#605
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jan 14, 2025
1 parent 646437d commit b3debf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt_src/itu.recommendation.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
<xsl:variable name="document_scheme" select="normalize-space(/*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
<xsl:variable name="layoutVersion_">
<xsl:choose>
<xsl:when test="$document_scheme = '' or $document_scheme = 'current'">20231</xsl:when>
<xsl:when test="$document_scheme = '' or $document_scheme = 'current'">2023</xsl:when>
<xsl:otherwise>default</xsl:otherwise>
</xsl:choose>
</xsl:variable>
Expand Down

0 comments on commit b3debf2

Please sign in to comment.