couse when i get it to the javascript and alert it i get “object HTMLCollection”
I should get “object XMLCollection”, i cant really see something wrong with it so i need a new set of eyes.
You need to set the content type of the AJAX request to text/xml. Additionally, you will need to access the data using responseXML rather than responseText. That is if you want to manipulate the XML structure vs. plain text.