Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Nonumber is value of n, not rend
  • Loading branch information
Klaus Thoden committed Dec 3, 2018
1 parent b8aa5f5 commit 12611cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tei2eoatex.xsl
Expand Up @@ -187,7 +187,7 @@ contexts, a double replacement is performed.
</xsl:when> </xsl:when>
</xsl:choose> </xsl:choose>
<xsl:choose> <xsl:choose>
<xsl:when test="../@rend='nonumber'"> <xsl:when test="../@n='nonumber'">
<xsl:text>nonumber</xsl:text> <xsl:text>nonumber</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
Expand Down Expand Up @@ -444,7 +444,7 @@ contexts, a double replacement is performed.
<xsl:for-each select="../tei:div[@type='chapter']/tei:head"> <xsl:for-each select="../tei:div[@type='chapter']/tei:head">
<xsl:text>\EOAchapter</xsl:text> <xsl:text>\EOAchapter</xsl:text>
<xsl:choose> <xsl:choose>
<xsl:when test="../@rend='nonumber'"> <xsl:when test="../@n='nonumber'">
<xsl:text>nonumber</xsl:text> <xsl:text>nonumber</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
Expand Down Expand Up @@ -539,7 +539,7 @@ contexts, a double replacement is performed.
<xsl:for-each select="//tei:div[@type='chapter']/tei:head"> <xsl:for-each select="//tei:div[@type='chapter']/tei:head">
<xsl:text>\EOAchapter</xsl:text> <xsl:text>\EOAchapter</xsl:text>
<xsl:choose> <xsl:choose>
<xsl:when test="../@rend='nonumber'"> <xsl:when test="../@n='nonumber'">
<xsl:text>nonumber</xsl:text> <xsl:text>nonumber</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
Expand Down

0 comments on commit 12611cd

Please sign in to comment.