commit | ea9ccda1c361184b6a647b9462bda99c96fc9820 | [log] [tgz] |
---|---|---|
author | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Mar 09 11:10:32 2023 +0100 |
committer | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Mar 09 11:10:32 2023 +0100 |
tree | ff8afd14fcabe04a9e2ca37e6a1d7a1803b2ab31 | |
parent | 258597d6df6640e101391f4c6bc45e0450a851db [diff] |
edit
diff --git a/bunc2tei.py b/bunc2tei.py index 228a4f7..fccc2c1 100644 --- a/bunc2tei.py +++ b/bunc2tei.py
@@ -89,6 +89,7 @@ body.append(p) + ET.indent(tree, " ") ET.register_namespace("", "http://www.tei-c.org/ns/1.0") tree.write("04_output.xml", encoding="utf-8", xml_declaration=True, method="xml", short_empty_elements=True)