https://github.com/TEIC/TEI
Raw File
Tip revision: 653ef9b82a84a054aee8372747cd468f12a5bd8f authored by Syd Bauman on 21 October 2022, 18:28:50 UTC
Formatting tweaks:
Tip revision: 653ef9b
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