Skip to content

Commit

Permalink
Set métopes attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Mar 2, 2020
1 parent b68048b commit 97efb0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fix_tei.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@ def main():
tei_front_part = add_tei_frontpart()
tei_text.insert(0, tei_front_part)

tei_root = xml_tree2.xpath("/t:TEI", namespaces=NS_MAP)[0]
tei_root.set("change", "metopes_publication#eoa")

etree.strip_tags(xml_tree2, "tagtobestripped")

picklefile = "output/pickle_from_tei/data.pickle"
Expand Down

0 comments on commit 97efb0f

Please sign in to comment.