Hi!
I need to get data from a url (which throws out XML) and then parse it using DOM or XSLT. I know, to get the data, I need to use XMLHTTP.
Can I get a sample code for it?
Thanks in advance.
Printable View
Hi!
I need to get data from a url (which throws out XML) and then parse it using DOM or XSLT. I know, to get the data, I need to use XMLHTTP.
Can I get a sample code for it?
Thanks in advance.
ASP or Javascript?
You can use http://www.w3schools.com/dom/dom_parser.asp (javasscript)
You could do the same in ASP with the Microsoft.XMLHttp object.