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

Leerzeichen nach Seitenumbruch

parent d5e44a45
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!-- Dieses Stylesheet erzeugt aus jeweils einem TEI/XML-Reisebericht eine XHTML-Datei für die EPUB-Ausgabe (siehe <https://wiki.de.dariah.eu/display/PH/EPUB>). -->
<!-- Dieses Stylesheet erzeugt aus jeweils einem TEI/XML-Reisebericht eine XHTML-Datei für die EPUB-Ausgabe (siehe <https://git.hab.de/iglesia/kommentierte-digitale-edition-der-reise-und-sammlungsbeschreibungen-philipp-hainhofers-dokumentation/-/wikis/EPUB>). -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tei="http://www.tei-c.org/ns/1.0"
......@@ -81,6 +81,13 @@
</div>
</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()">
......
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