This is about the <idno> element in the TEI header of documentary (EGD-type) editions.
In #367 we have agreed that the format should be <idno type="filename">DHARMA_INSVengiCalukya00001.xml</idno>, i.e.
- we retain
@type="filename" as before
- but add the file extension
.xml to the end of the content
Changes have not been made to existing files, and the schema flags an error if I try to put the file extension into this element.
I'd like the PIs (or at least @arlogriffiths ) to confirm that this is indeed how we want to do things.
If yes, I'd like @michaelnmmeyer to implement it:
- update the schema so that the file extension is mandatory in
publicationStmt/idno
- i.e. not forbidden and not simply allowed: the schema should actually check to make sure that it is present
- I guess this should actually simplify things: the content of
<idno type="filename"> must be identical to the name of the file and that's that
- batch insert
.xml at the end of all present instances of publicationStmt/idno unless they already end in this string [which is unlikely, as the schema forbids it]
This is about the
<idno>element in the TEI header of documentary (EGD-type) editions.In #367 we have agreed that the format should be
<idno type="filename">DHARMA_INSVengiCalukya00001.xml</idno>, i.e.@type="filename"as before.xmlto the end of the contentChanges have not been made to existing files, and the schema flags an error if I try to put the file extension into this element.
I'd like the PIs (or at least @arlogriffiths ) to confirm that this is indeed how we want to do things.
If yes, I'd like @michaelnmmeyer to implement it:
publicationStmt/idno<idno type="filename">must be identical to the name of the file and that's that.xmlat the end of all present instances ofpublicationStmt/idnounless they already end in this string [which is unlikely, as the schema forbids it]