Popular recipes tagged "deserialize" but not "serialize"http://code.activestate.com/recipes/tags/deserialize-serialize/2010-06-16T20:25:36-07:00ActiveState Code RecipesXML to Python data structure (de-serialization) (Python)
2010-06-16T20:25:36-07:00David McCuskeyhttp://code.activestate.com/recipes/users/4174198/http://code.activestate.com/recipes/577267-xml-to-python-data-structure-de-serialization/
<p style="color: grey">
Python
recipe 577267
by <a href="/recipes/users/4174198/">David McCuskey</a>
(<a href="/recipes/tags/deserialize/">deserialize</a>, <a href="/recipes/tags/xml/">xml</a>).
Revision 3.
</p>
<p>This code de-serializes XML into a Python data structure.</p>
<p>This is one part of a trio of recipes:</p>
<ul>
<li><a href="http://code.activestate.com/recipes/577266">Simple API</a></li>
<li><a href="http://code.activestate.com/recipes/577267">XML2Py De-serialization</a></li>
<li><a href="http://code.activestate.com/recipes/577268">Py2XML Serialization</a></li>
</ul>
<h5>For more information</h5>
<p>See <a href="http://code.activestate.com/recipes/577266">XML to Python data structure <a href="http://code.activestate.com/recipes/577266/">Recipe #577266</a></a></p>