Skip to content

Commit

Permalink
also local listwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Anton Müller committed May 2, 2022
1 parent 14fed53 commit ab5d44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt/partials/person.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:mam="personalShit" version="2.0" exclude-result-prefixes="xsl tei xs">
<xsl:param name="works"
select="document('https://raw.githubusercontent.com/acdh-oeaw/schnitzler-lektueren/master/data/indices/listwork.xml')"/>
select="document('../../data/indices/listwork.xml')"/>
<xsl:key name="authorwork-lookup" match="tei:bibl" use="tei:author/@ref"/>
<xsl:key name="work-lookup" match="tei:bibl" use="tei:relatedItem/@target"/>
<xsl:param name="konkordanz"
select="document('https://raw.githubusercontent.com/acdh-oeaw/schnitzler-lektueren/master/data/indices/konkordanz.xml')"/>
select="document('../../data/indices/konkordanz.xml')"/>
<xsl:key name="konk-lookup" match="ref" use="@xml:id"/>
<xsl:template match="tei:person" name="person_detail">
<xsl:param name="showNumberOfMentions" as="xs:integer" select="50000"/>
Expand Down

0 comments on commit ab5d44e

Please sign in to comment.