From: 7stud -- Date: 2012-12-19T08:32:34+09:00 Subject: Re: Need helping parsing XML data retrieved from rest call require 'nokogiri' xml =< THIS IS THE DATA I NEED TO KEEP FROM THIS WEB CALL MY_XML doc = Nokogiri::XML(xml) puts doc.root.text() --output:-- THIS IS THE DATA I NEED TO KEEP FROM THIS WEB CALL -- Posted via http://www.ruby-forum.com/.