Popular recipes by Vikram Baghel http://code.activestate.com/recipes/users/4180561/2012-01-17T18:10:29-08:00ActiveState Code RecipesXML as Dictionary (Python)
2012-01-17T18:10:29-08:00Vikram Baghelhttp://code.activestate.com/recipes/users/4180561/http://code.activestate.com/recipes/578017-xml-as-dictionary/
<p style="color: grey">
Python
recipe 578017
by <a href="/recipes/users/4180561/">Vikram Baghel</a>
(<a href="/recipes/tags/xml/">xml</a>).
</p>
<p>I use this for configuration. I hadn't intended to put it up anywhere, but there have been a couple discussions lately about converting XML to python dicts, so I feel obligated to share another approach, one that is based on Fredrik Lundh's ElementTree.</p>