var fDesc=new Array(); fDesc[0] = "The SDK includes documentation for server-safe HTTP access, XSLT/XPath, and Simple API for XML.
Improvements over the MSXML SDK including language filtering; improved code samples in Microsoft JScript®, Microsoft Visual Basic®, and C++

System Requirements

* Supported Operating Systems:Windows 2000;Windows 95;Windows 98;Windows ME;Windows NT

* To install the MSXML SDK, you must have the Microsoft Windows® Installer on your computer.
o If you are running Windows NT® 4.0, Windows 98, or Windows 95, you must first update your Windows Installer to version 1.1.
o If you are running Windows 2000, you already have this and there is no need to reinstall."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }