What's your favorite module for manipulating (mostly reading) XML data with Python?<BR><BR>Sample code or any sort of tutorial info would also be appreciated.
I'm about 98% done building an app for parsing a certain network vendor's XML dumps, and need some help with group objects I know I should have used etree, but ...