It looks like this does not work with python 3.10. It raises an AttributeError 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'. This seems to be caused by the deprecation and removal of the ElementTree.getchindren function (deprecated in 3.2, removed in 3.9)
See https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren
It looks like this does not work with python 3.10. It raises an
AttributeError 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'. This seems to be caused by the deprecation and removal of the ElementTree.getchindren function (deprecated in 3.2, removed in 3.9)See https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren