From: James Edward Gray II Date: 2007-01-03T23:21:48+09:00 Subject: Re: Ruby classes and objects from XML On Jan 3, 2007, at 3:57 AM, Imobach Gonz�lez Sosa wrote: > In summary, I have and XML file (argh!) and I want to convert it > "automagically" into Ruby classes ("struct"-like classes will suffice) > and objects, without having to write a "parser". > > Does exist any library/module that could do that job? Have a look at: http://xml-simple.rubyforge.org/ Hope that helps. James Edward Gray II