|
|
|
@ -1453,9 +1453,9 @@ class eynollah:
|
|
|
|
|
# create the file structure
|
|
|
|
|
data = ET.Element("PcGts")
|
|
|
|
|
|
|
|
|
|
data.set("xmlns", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
|
|
|
|
|
data.set("xmlns", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")
|
|
|
|
|
data.set("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance")
|
|
|
|
|
data.set("xsi:schemaLocation", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
|
|
|
|
|
data.set("xsi:schemaLocation", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")
|
|
|
|
|
|
|
|
|
|
metadata = ET.SubElement(data, "Metadata")
|
|
|
|
|
|
|
|
|
@ -1960,9 +1960,9 @@ class eynollah:
|
|
|
|
|
# create the file structure
|
|
|
|
|
data = ET.Element("PcGts")
|
|
|
|
|
|
|
|
|
|
data.set("xmlns", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
|
|
|
|
|
data.set("xmlns", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")
|
|
|
|
|
data.set("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance")
|
|
|
|
|
data.set("xsi:schemaLocation", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
|
|
|
|
|
data.set("xsi:schemaLocation", "http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")
|
|
|
|
|
|
|
|
|
|
metadata = ET.SubElement(data, "Metadata")
|
|
|
|
|
|
|
|
|
|