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

Leerzeichen nach Seitenumbruch

parent 2715b36f
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,17 @@
</xsl:template>
<xsl:template match="tei:pb">
<xsl:choose>
<xsl:when test="ends-with(preceding::text()[1],'-')"/>
<xsl:otherwise><xsl:text> </xsl:text></xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="tei:rdg"/>
<xsl:template match="text()">
<xsl:value-of select="replace(replace(.,'-$',''), '\s+', ' ')"/>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
</xsl:stylesheet>
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