nickesk / pyactiveresource

Automatically exported from code.google.com/p/pyactiveresource
Other
0 stars 0 forks source link

xml attributes are not parsed the way Hash.from_xml does #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in r65

Original comment by mark.r.r...@gmail.com on 24 Feb 2010 at 9:32