| From: | Corey Osman |
| Sent on: | Thursday, February 25, 2010 7:15 PM |
I am currently using the DOM object to parse xml elements but I want an easier way. Basically, I want to turn an xml document into a python object so I can just easily access the variables. Is there any library that will do this for me? I thought about using suds but I think it only works with SOAP objects. Anything like suds that works with xml documents? Corey