python xml library with similar functionality to json library

jenek09

New Member
Python has a json library where you can do \[code\]json.loads(s)\[/code\] to load json into a python data structure consisting of lists and maps. Is there something equivalent for xml? All the xml libraries I've seen map to a DOM where you have to know special API functions, which is IMO less easy to work with.
 
Back
Top