getting the result in xml from ajax call

senthil wrote:

hi all,          I want to make a ajax call to rails to particular action which returns xml and i want to get that xml in java script function.can any one help me to do this???

regards, senthil

Which part do you need help with? Sending the results from Rails as XML? Reading/parsing the XML in JavaScript?