Skip to content
Snippets Groups Projects
Commit 96234365 authored by Marcus Baumgarten's avatar Marcus Baumgarten
Browse files

Update tei-translation.xsl

parent 8644bef2
No related branches found
No related tags found
No related merge requests found
...@@ -527,13 +527,15 @@ index/term als Register ausbilden ...@@ -527,13 +527,15 @@ index/term als Register ausbilden
</xsl:template> </xsl:template>
<xsl:template match="tei:abbr"> <xsl:template match="tei:abbr">
<span class="orig"><xsl:apply-templates/></span> <span class="abbr"><xsl:apply-templates/></span>
</xsl:template> </xsl:template>
<xsl:template match="tei:expan[text()]"> <xsl:template match="tei:choice/tei:expan">
<span class="reg"><xsl:apply-templates/></span> <span class="ex"><xsl:apply-templates/></span>
</xsl:template> </xsl:template>
<xsl:template match="tei:corr"> <xsl:template match="tei:corr">
<span class="corr"><xsl:apply-templates/></span> <span class="corr"><xsl:apply-templates/></span>
</xsl:template> </xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment