Верхняя часть моего XML выглядит так.
Код: Выделить всё
Код: Выделить всё
tree = ET.parse(xmlfile)
root = tree.getroot()
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/781 ... ns-and-xsi
Код: Выделить всё
Код: Выделить всё
tree = ET.parse(xmlfile)
root = tree.getroot()
Код: Выделить всё