Skip to content

Commit

Permalink
added p class endnote to xsl: note type endnote
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Sep 28, 2022
1 parent 7c04569 commit 55ae304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions freud_api_crawler/fixtures/make_tei.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
<xsl:template match="tei:p[@class='footnote']">
<note type="footnote"><xsl:apply-templates/></note>
</xsl:template>
<xsl:template match="tei:p[@class='endnote']">
<note type="endnote"><xsl:apply-templates/></note>
</xsl:template>
<xsl:template match="tei:p[@class='footnote footnote-ff']">
<note type="footnote" prev="true"><xsl:apply-templates/></note>
</xsl:template>
Expand Down

0 comments on commit 55ae304

Please sign in to comment.