Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
space handling
  • Loading branch information
kthoden committed Mar 27, 2019
1 parent d587534 commit 0975557
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tei2eoatex.xsl
Expand Up @@ -19,8 +19,8 @@
<xsl:key name="de" match="translations/entry" use="@de"/>
<xsl:key name="fr" match="translations/entry" use="@fr"/>
<xsl:key name="it" match="translations/entry" use="@it"/>

<xsl:preserve-space elements="tei:*"/>
<xsl:strip-space elements="tei:*"/>

<xsl:output method="text" encoding="UTF-8" use-character-maps="texreplacements"/>
<xsl:character-map name="texreplacements">
Expand All @@ -40,8 +40,6 @@ contexts, a double replacement is performed.
<xsl:output-character character="&#x2E0F;" string="&amp;"/>
</xsl:character-map>

<xsl:strip-space elements="*"/>

<xsl:template match="*">
<!--
catchall template
Expand Down

0 comments on commit 0975557

Please sign in to comment.