I've been using minidom to parse XML for years. Now I've suddenly learned about Element Tree. My question which is better for parsing? That is:
- Which is faster?
- Which uses less memory?
- Do either have any O(n^2) dependencies I should worry about?
- Is one being depreciated in favor of another?
Why do we have two interfaces?
Thanks.