Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
xslt updated for metanorma/mn-samples-bsi#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed May 26, 2021
1 parent 61e0482 commit cea5d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/mn2sts.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@
<xsl:choose>
<xsl:when test="$name = 'introduction'">intro</xsl:when>
<xsl:when test="$name = 'foreword'">foreword</xsl:when>
<xsl:when test="not(preceding-sibling::*) and $name != 'foreword'">titlepage</xsl:when>
<!-- <xsl:when test="not(preceding-sibling::*) and $name != 'foreword'">titlepage</xsl:when> -->
<xsl:otherwise>sec_<xsl:value-of select="$name"/></xsl:otherwise>
</xsl:choose>
</xsl:variable>
Expand Down

0 comments on commit cea5d6e

Please sign in to comment.