From: Harish Dewangan Date: 2009-01-26T20:31:22+09:00 Subject: xml Hi All, i am new ruby on rails n i am currently working on xml with Ruby on rails. i prepared string and passed that string into simplexml module xml_data = " 123 FirstSecondThird FirstSecondThird FirstSecondThird " data = XmlSimple.xml_in(xml_data) i got pure xml now and converting that xml into model object and when i am trying to save the object it is inserting with the junk values as shown below '---- "1"', '--- - "2"', '--- - "3"', '--- - First', '--- - Second', '--- - third' is any one can help me plz whats the prb here .. if you have any solution can you send me plz on my id : harish.dew@gmail.com Thanks in Advance Harish -- Posted via http://www.ruby-forum.com/.