December 1999
Intermediate to advanced
992 pages
22h 3m
English
Once the MSXML ActiveX object has been registered, any scripting language can be used to access the properties and methods of the interfaces.
The C++ DSO was used in all the examples given in the interface section. For more information on using DSOs, see Chapter 21.
The XMLDOM ActiveX Data Object can be imported into JavaScript pages and VBScript pages. On the client side, this will work only in IE5. On the server side, this will work in any server that supports Active Server Pages 2.0 or better.
An instance of the parser object and DOM engine is created using the following syntax:
var oXDOM oXDOM=new ActiveXObject("Microsoft.XMLDOM") ...Read now
Unlock full access