For python parse xml, I’d say avoid `minidom`—it’s old and clunky.
`ElementTree` or `lxml` are much cleaner.
Also, watch out for encoding issues—they’ll bite you if you ignore them.
`ElementTree` or `lxml` are much cleaner.
Also, watch out for encoding issues—they’ll bite you if you ignore them.
