Skip to content

Commit

Permalink
changed attestationsDates to attestationDates
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Nov 25, 2024
1 parent 2150706 commit 5685c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@
<fields function="event" xpath="tei:event[@type != 'attestation']">event</fields>
<fields function="eventDates" xpath="tei:event[@type != 'attestation'][@syriaca-computed-start or @syriaca-computed-end]">eventDates</fields>
<fields function="attestations" xpath="tei:event[@type = 'attestation']">attestations</fields>
<fields function="attestationsDates" xpath="tei:event[@type = 'attestation'][@syriaca-computed-start or @syriaca-computed-end]">attestationsDates</fields>
<fields function="attestationDates" xpath="tei:event[@type = 'attestation'][@syriaca-computed-start or @syriaca-computed-end]">attestationDates</fields>
<fields function="religiousCommunities" xpath="tei:state[@type = 'confession']">religiousCommunities</fields>
<fields function="religiousCommunitiesDates" xpath="tei:state[@type = 'confession'][@syriaca-computed-start or @syriaca-computed-end]">religiousCommunitiesDates</fields>
<fields function="existenceDates" xpath="tei:state[@type = 'existence'][@syriaca-computed-start or @syriaca-computed-end]">existenceDates</fields>

<fields function="related" xpath="tei:listRelation/tei:relation[@passive or @mutual]">related</fields>
<!-- Persons -->
<fields function="birth" xpath="tei:birth">birth</fields>
Expand Down

0 comments on commit 5685c3a

Please sign in to comment.