Closed michalkozak closed 4 years ago
We have to change saving objects in TEI from
<object type="type" xml:id="object-id">object name</object>
to
<object type="typel" xml:id="object-id"> <objectIdentifier> <objectName>object name</objectName> </objectIdentifier> </object>
Done.
We have to change saving objects in TEI from
to