Tagged Questions
15
votes
2answers
2k views
Is there any Python XML parser that was designed with humans in mind?
I like Python, but I don't want to write 10 lines just to get an attribute from an element. Maybe it's just me, but minidom isn't that mini. The code I have to write in order to parse something using ...