From: "Imobach González Sosa" Date: 2007-01-03T18:57:48+09:00 Subject: Ruby classes and objects from XML Hi all, I have an XML file generated from TaskJuggler[1] and I'd like to have the objects described in that file (Projects, Resources, Tasks and Bookings) available as Ruby classes and objects, so I can write reports about the project. 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? Thank you in advance. [1] http://www.taskjuggler.org/