I have a XML file that contains links - names and URLs.
I am trying to read the XML data into an array in JavaScript.
I have found some examples using ActiveXObject.
Do all the browser support ActiveXObject?
Is there another way to read the XML data, without using ActiveXObject?
Thanks for your help.
I am trying to read the XML data into an array in JavaScript.
I have found some examples using ActiveXObject.
Do all the browser support ActiveXObject?
Is there another way to read the XML data, without using ActiveXObject?
Thanks for your help.