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

Repertorium: Link auf Vokabular normalisieren

parent 1c0fdc6e
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,8 @@ ...@@ -28,4 +28,8 @@
<xsl:value-of select="."/> <xsl:value-of select="."/>
</xsl:template> </xsl:template>
<xsl:template match="@class[parent::msItem]">
<xsl:attribute name="class" select="concat('http://selbstzeugnisse.hab.de/repertorium/vokabular#', substring-after(., '#'))"/>
</xsl:template>
</xsl:transform> </xsl:transform>
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