[Rails] Re: how do you access a remote XML file?

2010-07-08 Thread Frederick Cheung
On Jul 8, 7:20 am, Ali ali.akhtarz...@gmail.com wrote: Hi, I'm trying to get a captch thing running fromhttp://textcaptcha.com/ which displays an XML file when you trail a key on that URL. I've tried this: @captcha = Net::HTTP.get_print URI.parse('http://

Re: [Rails] Re: how do you access a remote XML file?

2010-07-08 Thread Ali Akhtarzada
Thank you sir! On Thu, Jul 8, 2010 at 7:19 PM, Frederick Cheung frederick.che...@gmail.com wrote: On Jul 8, 7:20 am, Ali ali.akhtarz...@gmail.com wrote: Hi, I'm trying to get a captch thing running fromhttp://textcaptcha.com/ which displays an XML file when you trail a key on that URL.