Skip to content

Commit

Permalink
mn2xml.xsl updated ol type, #418
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Nov 24, 2024
1 parent 8746143 commit f28da92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/mn2xml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3730,8 +3730,8 @@
<xsl:otherwise><xsl:value-of select="@type"/></xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:variable name="type" select="normalize-space($ol_presentation_type)"/>

<!-- <xsl:variable name="type" select="normalize-space($ol_presentation_type)"/> -->
<xsl:variable name="type" select="normalize-space($type_)"/>
<xsl:variable name="list-type">
<xsl:choose>
<xsl:when test="($type = 'arabic' or $type = '') and ($metanorma_type = 'ISO' or $metanorma_type = 'BSI')">order</xsl:when>
Expand Down

0 comments on commit f28da92

Please sign in to comment.