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

Update tei-translation.xsl

parent c44b7a50
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,13 @@ index/term als Register ausbilden
<span class="orig"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="tei:expan[text()]">
<xsl:template match="tei:ex">
<span class="ex">
<xsl:text>[</xsl:text><xsl:apply-templates/>
<xsl:text>]</xsl:text></span>
</xsl:template>
<!--<xsl:template match="tei:expan[text()]">
<span class="reg"><xsl:apply-templates/></span>
</xsl:template>
......@@ -578,6 +584,8 @@ index/term als Register ausbilden
<span class="orig"><xsl:apply-templates/></span>
</xsl:template>
-->
<xsl:template match="tei:add">
<span style="font-style:italic;" title="Handschriftlich">
<xsl:text> </xsl:text><xsl:apply-templates/>
......@@ -585,6 +593,7 @@ index/term als Register ausbilden
</xsl:template>
<xsl:template match="tei:desc"/>
<!-- Entitaeten -->
......
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