require "rexml/document.rb"; include REXML

for file in Dir['/home/rubys/tmp/atom/*.dump']
  Marshal::load File.new(file)
end
