From: David Cheng Date: 2007-11-28T05:57:36+09:00 Subject: How to use Builder? Hello. I'm a Ruby newbie, so please bear with me. I have an object named Contact that has attributes first_name, last_name, address1, etc. I want to create an XML file in the following format: David Smith 123 Main St John Doe 321 First Ave. How do I use Builder to create this XML output? Do I need to iterate through the Contact attributes and convert into a hash before running Builder? Thanks in advance David -- Posted via http://www.ruby-forum.com/.