How to read an XML file with JavaScript

admin

Administrator
Staff member
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.
 
Back
Top