On Nov 28, 2010, at 4:52 PM, Rajinder Yadav wrote: > Hi just wondering if there is a easy way to turn an xml entity into a object like of type OpenStruct where i can access everything like a property? > > It's kind of like parsing xml, I already know about nokogiri, but I want to work is a OpenStruct and not a DOM object, does that make sense? =P Check out XmlSimple: http://xml-simple.rubyforge.org/ You can pass the Hashes it returns to OpenStruct. You may also want to see the second example in these slides for a much more evil idea: http://www.slideshare.net/JamesEdwardGrayII/unblocked