On Aug 9, 10:19 ¨Âí¬ ¢Âéì×áìôïî¼âéìì®÷áì®®®Àãèáòôåò®îåô÷òïôåº > Background: > > I'm working on a library to read XML files and convert their contents to a set of Ruby objects. ¨Âèå ØÍæéìåãïîæïòôï áî ÁÓÔÍ óôáîäáòä áîôèåòå§áî ØÓÄ® ¨Âèå Êáöá çõùó áòõóéîÊÁØÂ ôï çåîåòáôå ôèåéãìáóóåæòïíèå ØÓÄ® ¨Â§í îïá÷áòïæ áî åñõéöáìåîô ôï ÊÁØÂ æïÒõâù áîóï áí çïéîáô ôèôáóë íáîõáììù> > Question: > > Is there a standard / recommended approach, documented somewhere, that I could use to guide my decisions re: translating the XML structure into a Ruby class hierarchy? I worked on something like this for awhile (Blow/XDK), but it felt so heavy and un-ruby that I let it go. Using more flexible tools like XML::Simple, Hpricot, Builder, and Cherry/rQuery are so much nicer. T.