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

Exportiere Label für Verfasser

parent 49020499
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,11 @@
</xsl:copy>
</xsl:template>
<xsl:template match="@ref[starts-with(., '../../register.xml')]">
<xsl:template match="@ref[parent::author]">
<xsl:if test="document(.)/idno[@type = 'URI']">
<xsl:attribute name="ref" select="document(.)/idno[@type = 'URI']"/>
</xsl:if>
<xsl:attribute name="n" select="document(.)/persName[@type = 'display']"/>
</xsl:template>
<xsl:template match="ref[ends-with(@target, '.xml')]">
......
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