Hi all, I just started to use the Prototype Library and great as it is, I seem to be having some problems using the Element Object to do something. I have an AJAX XML response object as follows, which I am trying to extend using Element.extend: ---------------- Xml = Element.extend( responseObject.responseXML.documentElement ); ---------------- Now I am trying to walk through this object to fetch the values of each child node, problem is I do not know how to do this in Prototype. I tried the following: ---------------- Xml.next( 1 ); ---------------- But I am assuming this is just getting the first child node as an Element. How do I extract the value of the node using Prototype? I can not seem to do it at all. Any help is appreciated greatly. Thanks in advance, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---