News

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 minidom seemed too straight forward to ...
I am trying to figure out how to return the path to the result of a recursive search of a tree. I have no problems finding the correct element, but I'm not seeing how to propagate this back up through ...