Skip to content
Snippets Groups Projects
Commit b3ca25d9 authored by Marcus Baumgarten's avatar Marcus Baumgarten
Browse files

Update tei-introduction.xsl

parent 56119f15
No related branches found
No related tags found
No related merge requests found
...@@ -577,17 +577,20 @@ index/term als Register ausbilden ...@@ -577,17 +577,20 @@ index/term als Register ausbilden
</xsl:template> </xsl:template>
<xsl:template match="tei:respStmt"> <xsl:template match="tei:respStmt">
<xsl:for-each select="tei:respStmt">
<xsl:element name="span"> <xsl:element name="span">
<xsl:attribute name="class">name</xsl:attribute> <xsl:attribute name="class">name</xsl:attribute>
<xsl:value-of select="tei:surname"/> <xsl:value-of select="/tei:persName/tei:surname"/>
<xsl:value-of select="tei:forename"/> <xsl:value-of select="/tei:persName/tei:forename"/>
</xsl:element> </xsl:element>
<xsl:element name="a"> <xsl:element name="a">
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:value-of select="//tei:idno"/> <xsl:value-of select="//tei:idno"/>
</xsl:attribute> </xsl:attribute>
<xsl:value-of select="tei:resp"/> <xsl:value-of select="/tei:resp"/>
</xsl:element> </xsl:element>
</xsl:for-each>
<xsl:apply-templates/>
</xsl:template> </xsl:template>
......
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