commit | 1ffc87a27b7130da964ed4d18291e49d3f2bed0d | [log] [tgz] |
---|---|---|
author | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Mar 09 09:28:59 2023 +0100 |
committer | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Mar 09 09:28:59 2023 +0100 |
tree | e417d9f33675dac2eea937fcdc0c5f55dc19514b | |
parent | 82511632724e37660027f1e7c8663d6e6fa6e6bc [diff] |
test
diff --git a/bunc2tei.py b/bunc2tei.py index 6c5d54c..a5a4b18 100644 --- a/bunc2tei.py +++ b/bunc2tei.py
@@ -74,6 +74,10 @@ pubDateTime = ET.SubElement(imprint, "pubDate") pubDateTime.set("type", "time") pubDateTime.text = timesPublished[i].text + pubPlace = ET.SubElement(imprint, "pubPlace") + ref = ET.SubElement(pubPlace, "ref") + ref.set("type", "page_url") + ref.set("target", pageURLs[i].text)