Skip to content

Commit

Permalink
feat(thornton): now using the new glossary file for book 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-noel-ddh committed May 15, 2024
1 parent 0149c6c commit e2ff745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/at-tei-to-tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<xsl:variable name="places" select="document('places.xml')"/>
<xsl:key name="places" match="//tei:place" use="concat('place:', @xml:id)"/>

<xsl:variable name="glosses" select="document(tokenize('glossary.xml;glossary_book_one.xml;glossary_book_two.xml', ';'))"/>
<xsl:variable name="glosses" select="document(tokenize('glossary.xml;glossary_book_one.xml;glossary_book_two.xml;glossary_book_three.xml', ';'))"/>
<xsl:key name="glosses" match="//tei:item" use="concat('gloss:', @xml:id)"/>

<xsl:key name="notes" match="//tei:listAnnotation/tei:note" use="concat('#', @xml:id)"/>
Expand Down

0 comments on commit e2ff745

Please sign in to comment.