xml = %{ }require 'rexml/document'doc = REXML::Document.new xmlp doc.elements.each('//fish') { |f| puts f.attribute('color') }