Tagged Questions
4
votes
2answers
2k views
Better way to parse XML in Python
I'm sure there must be a better / simpler way of doing this....
The aim of this code is to return an object which contains all of the movies. Where attributes are not found, they need to return ...
1
vote
2answers
391 views
Help fix up my Python XML Schema parsing code
I've been working on a lightweight xml schema parser, and have what I think is a moderately clean solution (some parts helped out by previous questions I posted here) so far for obtaining all schema ...