Skip to content

Commit

Permalink
Stop deleting @Calendar from TEI Lite and jTEI exemplars:
Browse files Browse the repository at this point in the history
Discovered that trying to delete @Calendar from att.datable (where it no longer exists) caused the attribute to be duplicated, not deleted. Not sure why, but the fast fix is to just stop deleting it. Of course that means these two schemas now have @Calendar when they shouldn’t. Probably need to add the 41 or so deletions needed to do so now.
  • Loading branch information
sydb committed Oct 15, 2023
1 parent 290f25e commit 4e4bac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion P5/Exemplars/tei_jtei.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1993,9 +1993,9 @@
<attDef ident="group" mode="delete"/>
</attList>
</classSpec>
<!-- We should be removing @calendar here!! -->
<classSpec ident="att.datable" module="tei" type="atts" mode="change">
<attList>
<attDef ident="calendar" mode="delete"/>
<attDef ident="period" mode="delete"/>
</attList>
</classSpec>
Expand Down
6 changes: 1 addition & 5 deletions P5/Exemplars/tei_lite.odd
Original file line number Diff line number Diff line change
Expand Up @@ -2950,11 +2950,7 @@ $Id$
<attDef ident="to" mode="delete"/>
</attList>
</classSpec>
<classSpec type="atts" ident="att.datable" module="tei" mode="change">
<attList>
<attDef ident="calendar" mode="delete"/>
</attList>
</classSpec>
<!-- We should be removing @calendar here!! -->
<classSpec type="atts"
ident="att.internetMedia"
module="tei"
Expand Down

0 comments on commit 4e4bac5

Please sign in to comment.