Skip to content
Snippets Groups Projects
Commit 28ff130b authored by David Maus's avatar David Maus
Browse files

Edition: TEI/@type entfernt, Tag-URI verkürzt

parent ad1636d1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
</xsl:copy>
</xsl:template>
<xsl:template match="@type[parent::tei:TEI]"/>
<xsl:template match="@xml:base"/>
<xsl:template match="@ref[starts-with(., 'register.xml')]">
......@@ -21,7 +23,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="ref">
<xsl:value-of select="concat('tag:selbstzeugnisse.hab.de,2017:edition/diarium/register#', substring-after(., '#'))"/>
<xsl:value-of select="concat('tag:selbstzeugnisse.hab.de,2017:edition/', substring-after(., '#'))"/>
</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
......
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