make that
alert(ajaxRequest.responseXML.getElementsByTagName("officials")[0].text);
it still doesn't show anything but an error saying object required.
I have also tried:
var myrequest= ajaxRequest.responseXML;
alert(myrequest.getElementsByTagName("PLAYS")[0].text);
I used an xml file from...
I am successfully pulling xml data from VFP and Webconnect and the success stops there. I want to populate a combo box with the xml, but can't seem to get it done. Here is a sample of the xml and some code that will return the list.
<?xml version = "1.0" encoding="UTF-8"
standalone="yes"?>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.