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 function, then when I do 
t.responseXML.getElementByTagName('items') it works but with responseText it 
doesn't work.

Any help would be appreciated.

Thank you,
Mandy.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to