I am currently updating a web app that uses ActiveX objects in client side code to manipulate some xml. Of course, this app only works in IE and I need to get it cross browser compatible.
I am looking to get a javascript xml library to handle the cross browser oddities, and was wondering if the ASP.Net ajax library would work. I have looked around a bit, but I haven't been able to any examples of loading a fresh xmldom object up using this. If not, any other good libraries out there I should take a look at?
Thanks