require 'active_support'
config = YAML.load_file('/path/to/file');
# assert config.class == "Hash"
puts config.to_xml
The documentation is here(just run a find on to_xml, the to_xml in
ActiveSupport not ActiveRecord).
--
Jason Yates
jay...@gmail.com