xml = %{ }require 'rexml/document'doc = REXML::Document.new xmlREXML::XPath.match(doc, '//[@color="green"]')# => [ ... >, ]