XML/XSLT in JavaScript

magic23

New Member
I've been looking into examples of using XML and XSLT in JavaScript and I don't understand the differences between the different options in IE:
  • Msxml2.DOMDocument.6.0
  • Msxml2.DOMDocument.3.0
  • Microsoft.XMLHTTP
  • Microsoft.XMLDom
So when using the approach:\[code\]var xml = new ActiveXObject("Xxxxxxx");\[/code\]With xxxxxx being one of the above variations.Which should I use? What is the difference between them?
 
Back
Top