mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-25 19:49:54 +02:00
🐛 Add missing tag alto:fileIdentifier
This commit is contained in:
parent
ef4eeac7e2
commit
4d6e1f4ff4
2 changed files with 665 additions and 0 deletions
|
@ -76,6 +76,8 @@ def alto_to_dict(alto, raise_errors=True):
|
|||
value[localname] = TagGroup(tag, group).is_singleton().has_no_attributes().descend(raise_errors)
|
||||
elif localname == 'fileName':
|
||||
value[localname] = TagGroup(tag, group).is_singleton().has_no_attributes().text()
|
||||
elif localname == 'fileIdentifier':
|
||||
value[localname] = TagGroup(tag, group).is_singleton().has_no_attributes().text()
|
||||
|
||||
elif localname == 'Layout':
|
||||
value[localname] = TagGroup(tag, group).is_singleton().has_no_attributes().descend(raise_errors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue