Skip to content
Snippets Groups Projects
Commit 99663681 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Hervorhebung

parent 7d018a49
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,12 @@
</span>
</xsl:template>
<xsl:template match="hi[not(@rendition)]" mode="step3">
<span xmlns="http://www.w3.org/1999/xhtml" class="highlighted">
<xsl:apply-templates mode="step3"/>
</span>
</xsl:template>
<xsl:template match="note[@subtype = 'addition']" mode="step3">
<xsl:text> </xsl:text>
<span xmlns="http://www.w3.org/1999/xhtml" class="editorial">
......@@ -1559,6 +1565,10 @@
</xsl:template>
<xsl:template match="cb" mode="step3">
<br xmlns="http://www.w3.org/1999/xhtml"/>
</xsl:template>
<xsl:template match="choice" mode="step3">
<xsl:choose>
<xsl:when test="sic and corr">
......
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