XML Ruby

xml = %{

 
 
   
    
   
 
 
  
 
}
require 'rexml/document'
doc = REXML::Document.new xml
REXML::XPath.first(doc, '//fish')
# =>