diff --git a/src/fix_tei.py b/src/fix_tei.py index 9a3dc30..9c383d9 100755 --- a/src/fix_tei.py +++ b/src/fix_tei.py @@ -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"