Internet Services
Language / Idioma
Future Shock Hosting in English Hosting con Future Shock en Espaņol
 

MSXML


Full reference for MSXML can be found at the Microsoft website.

Below is the VBscript code required to create XMLDOM Documents:

<%
' XMLDOMDocument
Set xmlDocument = Server.CreateObject("Microsoft.XMLDOM")
Set xmlDocument = Nothing
%>

<%
' XMLDOMDocument2 (only available in MSXML version 2.6 and higher
Set xmlDocument = Server.CreateObject("MSXML2.DOMDocument")
Set xmlDocument = Nothing
%>

Click here to return to the previous page.


 

 

 

 

 
   
Last Modified: 7th February 2007. All content © 2003 Future Shock