i did it, the problem was i am using

var xml = originalRequest.responseText;

i need to use this

var xml = originalRequest.responseXML;

thx a lot

On 3/3/06, Maninder, Singh <[EMAIL PROTECTED]> wrote:
Make sure the response you are receiving is XML and not Text in case you want to traverse through XML.

Check it by checking the responseHeaders().

Hope this helps!

Thank you,
Mandy.

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs





--
//
//   Ing. Francisco J. Calderón S.
//   [EMAIL PROTECTED]
//   Usuario de GNU/Linux  nº 349529
//   Maracay, Venezuela
//
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to