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
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
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.
--
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
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