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? :) -- Posted via http://www.ruby-forum.com/.
Ken Kam
2006-May-26 02:46 UTC
[Rails] [SOLVED]GET from remote sites and parsing RESPONSE xml
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 -- Posted via http://www.ruby-forum.com/.