XML Learning Notes - Parsing The Dom

xiaoxiao2021-03-06  101

First of all, introduce a very good website to learn XML

http://www.xmlfiles.com/

The MS XML Parser Is A Com Component Comes With MS IE 5.0.

The Microsoft Xmldom Parser Features A Language-Neutral Programming Model That: (Results Supported by Various Language)

Supports JavaScript, VBScript, Perl, VB, Java, C and more Suports W3C XML 1.0 and XML DOM Supports DTD and validation Greate an XML document object: JavaScript: var xmlDoc = new ActiveXObject ( "Microsoft.XMLDOM") VBScriptset xmlDoc = CreateObject ( "Microsoft.xmldom") ASPSET XMLDOC = Server.createObject ("Microsoft.xmLDom") Loading An XML File Into the Parser