search for: mini_xml

Displaying 1 result from an estimated 1 matches for "mini_xml".

Did you mean: mini_gmp
2010 Aug 29
0
active_support/mini_xml question/bug?
I''ve hit a problem which no one on the regular rails list seems to know about. I''ve studied the rails code but I can''t get to the bottom of it, so I thought I''d ask here. It''s about active_support/mini_xml: Seems to me that {}.to_xml is generating one level too many of xml structure, but I may be interpreting things incorrectly... I''ve reduced my question to a very simple case: >> b => {"elist"=>[{:element=>1}, {:element=>2}]} >> puts b.to_xml <?xml...