How to make existing JavaScripts & xml parsing browser independent
Hi,
We have an web app where client side JavaScript is used heavily and ONLY works in IE (All versions). However, we want to make these JavaScripts browser independent. We use Microsoft technologies such as Asp.net/Classic asp etc.
We have mostly used XML (using activeX object such as
new ActiveXObject("Microsoft.XMLDOM")) in JavaScript to:
- Get data from server in XML format
- Load to XMLDocument
- Parse the document
- Transform the document using XSLT
How can we make these above steps browser independent? Which Jquery plugins we should use to transform xml?
Can anyone help us?
Regards,
Chandan