[b]"Best way to parse XML in Python? Need help with 'python parse xml'!"[/b] or [b]"Struggling to parse XML files

22 Replies, 1298 Views

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.

Messages In This Thread



Users browsing this thread: 1 Guest(s)