How to get all sub-elements of an element tree with Python ElementTree?

PrinzValium90

New Member
I want to find a way to get all the sub-elements of an element tree like the way ElementTree.getchildren() does, since getchildren() is deprecated since Python version 2.7, I don't want to use it anymore, though I can still use it currently.Thanks.
 
Back
Top