Skip to navigation
How to convert a xml rss service into a ruby on rails hash?
07.12.13
require 'rexml/document' require 'net/http' xmlpage = Net::HTTP.get('currencysource.com', '/RSS/ARS.xml') hashobj = Hash.from_xml(xmlpage)
Reply
Anonymous
How to convert a xml rss service into a ruby on rails hash?
require 'rexml/document' require 'net/http' xmlpage = Net::HTTP.get('currencysource.com', '/RSS/ARS.xml') hashobj = Hash.from_xml(xmlpage)
07.12.13
Reply
Anonymous
Information Epoch 1732366374
Make every program a filter.
Home
Notebook
Contact us