Currently, I am in the process of updating a web application that utilizes ActiveX objects in client-side code to manipulate XML data. Unfortunately, this app is only compatible with Internet Explorer and I need to make it work across all browsers.
I am seeking a JavaScript XML library to address the cross-browser compatibility issues, and I'm considering if the ASP.Net ajax library would be suitable for this purpose. However, after doing some research, I have not been able to find any examples of using this library to load a fresh xmldom object. Can anyone recommend any other reliable libraries that I should explore?
Thank you!