Honestly, for python parse xml, I always use `lxml`—it's just more flexible.
The XPath support alone is worth the extra install.
If speed matters, avoid parsing the whole file at once if you don’t need to.
The XPath support alone is worth the extra install.
If speed matters, avoid parsing the whole file at once if you don’t need to.
