Skip to content

Commit

Permalink
schnitzler-orte überschrift
Browse files Browse the repository at this point in the history
  • Loading branch information
martinantonmueller committed May 6, 2024
1 parent ea7fa14 commit 121737c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions xslt/editions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -240,39 +240,39 @@
<xsl:template match="tei:event">
<h3>
<xsl:choose>
<xsl:when
test="starts-with(tei:idno[1]/text(), 'http')">
<xsl:when test="tei:idno[@type='schnitzler-orte' or @subtype='schnitzler-orte']">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="tei:idno[1]/text()"/>
<xsl:value-of select="'https://schnitzler-orte.acdh.oeaw.ac.at/'"/>
</xsl:attribute>
<xsl:attribute name="target">
<xsl:text>_blank</xsl:text>
</xsl:attribute>
<xsl:value-of select="tei:head"/>
<xsl:text>Aufenthaltsorte Schnitzlers</xsl:text>
</xsl:element>
</xsl:when>
<xsl:when
test="starts-with(tei:idno[1]/text(), 'doi')">
test="starts-with(tei:idno[1]/text(), 'http')">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="concat('https://', tei:idno[1]/text())"/>
<xsl:value-of select="tei:idno[1]/text()"/>
</xsl:attribute>
<xsl:attribute name="target">
<xsl:text>_blank</xsl:text>
</xsl:attribute>
<xsl:value-of select="tei:head"/>
</xsl:element>
</xsl:when>
<xsl:when test="tei:idno[@type='schnitzler-orte' or @subtype='schnitzler-orte']">
<xsl:when
test="starts-with(tei:idno[1]/text(), 'doi')">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="'https://schnitzler-orte.acdh.oeaw.ac.at/'"/>
<xsl:value-of select="concat('https://', tei:idno[1]/text())"/>
</xsl:attribute>
<xsl:attribute name="target">
<xsl:text>_blank</xsl:text>
</xsl:attribute>
<xsl:text>Aufenthaltsorte Schnitzlers</xsl:text>
<xsl:value-of select="tei:head"/>
</xsl:element>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 121737c

Please sign in to comment.