For example, this url returns some xml:
http://www.mysite.com/xml
What is the correct way to perform a GET on this url, and then parse the
RESPONSE xml?
Could someone shine some light on a poor soul?
For example, this url returns some xml:
http://www.mysite.com/xml
What is the correct way to perform a GET on this url, and then parse the
RESPONSE xml?
Could someone shine some light on a poor soul?
I found a related post that kinda solved my problem
http://www.ruby-forum.com/topic/116#394
I looked into flickr.rb and I saw the author used,
require ‘net/http’
require ‘xmlsimple’.
Everything makes sense now following his script.
Anyway, this is solved
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs