Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow more elements in label, e.g. ref
  • Loading branch information
kthoden committed Mar 27, 2019
1 parent 402634c commit 397b28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tei2eoatex.xsl
Expand Up @@ -447,7 +447,8 @@ contexts, a double replacement is performed.
<xsl:template name="description">
<xsl:for-each select="./tei:label">
<xsl:text>\item[</xsl:text>
<xsl:value-of select="."/>
<!-- <xsl:value-of select="."/> -->
<xsl:apply-templates/>
<xsl:text>] </xsl:text>
<xsl:apply-templates select="following-sibling::tei:item[1]"/>
</xsl:for-each>
Expand Down

0 comments on commit 397b28d

Please sign in to comment.