RE: [Rails-spinoffs] responseText Vs responseXML

2005-10-18 Thread Maninder, Singh
I don't know... rahul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maninder, Singh Sent: Tuesday, October 18, 2005 1:19 PM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] responseText Vs responseXML Thanks Rahul. But, how

RE: [Rails-spinoffs] responseText Vs responseXML

2005-10-18 Thread Rahul Bhargava
ahul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maninder, Singh Sent: Tuesday, October 18, 2005 1:19 PM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] responseText Vs responseXML Thanks Rahul. But, how can I get the server to r

RE: [Rails-spinoffs] responseText Vs responseXML

2005-10-18 Thread Maninder, Singh
Thanks Rahul. But, how can I get the server to return content-type of text/xml? I just have a rss file placed on the server that I am trying to call into my page and parse it. --

RE: [Rails-spinoffs] responseText Vs responseXML

2005-10-18 Thread Rahul Bhargava
rahul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maninder, Singh Sent: Tuesday, October 18, 2005 1:00 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] responseText Vs responseXML This is a newbie question. If I have a xml file t

[Rails-spinoffs] responseText Vs responseXML

2005-10-18 Thread Maninder, Singh
This is a newbie question. If I have a xml file that I am opening using Ajax.Request, then the response is trapped using responseText. Now this response is a set of xml tags, if I need to traverse through it using DOM, I am not able to use the getElementByTagName method? If I write my own ajax