https://github.com/TEIC/TEI
Raw File
Tip revision: 736c0acf04fd03b3f36f180f2b1f88c2a89def62 authored by Nicholas Cole on 25 February 2021, 13:42:38 UTC
TEI Guidelines release 4.2.0 Ruby
Tip revision: 736c0ac
changedNames
while (<>) {
s/msDescription/msDesc/g;
s/att.dateTime/att.datable/g;
s/particLinks/relationGrp/g;
s/att.measured/att.dimensions/g;
s/model.divWrapper.bottom/model.divBottom/g;
s/charDesc/charDecl/g;
s/schemapattern/schemaPattern/g;
s/model.singleVal/model.featureVal.single/g;
s/model.entryParts.top/model.entryPart.top/g;
s/handList/handNotes/g;
print;
}


back to top