xml of the form: <object><subobject name="foo" id="123" /></object>
is converted to => {"object"=>{"subobject"=>{"name"=>"foo", "id"=>"123"}}}
util.xml_to_dict generates: {'object': {'subobject': None}}
Original issue reported on code.google.com by mrro...@google.com on 24 Feb 2010 at 9:30
Original issue reported on code.google.com by
mrro...@google.com
on 24 Feb 2010 at 9:30