Skip to Content
Special Edition Using XSLT
book

Special Edition Using XSLT

by Michael Floyd
January 2002
Intermediate to advanced
480 pages
11h 5m
English
Que
Content preview from Special Edition Using XSLT

Using the DOM on the Server

When the DOM is used on the server side, there are a few steps that are necessary to allow developers to access the properties and methods to be used. The first is to create a new DOM object.

There are two ways you can instantiate the object. The syntax can use the ProgID or the ClassID to create the object. For example,

Set myObject = Server.CreateObject(“ProgID”) 
Set myObject = Server.CreateObject(“ClassID”) 

Both of these statements can be used to create a new DOM object. These statements use ASPs Server object’s createObject() method to create a new DOM instance. The actual ProgID or ClassID depends on the version of the XML parser you are using, as indicated by Table 9.2.

Table 9.2. The Following ProgIDs Correspond ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Special Edition Using XML, Second Edition

Special Edition Using XML, Second Edition

- et al. David Gulbransen
XML for Publishers

XML for Publishers

Keith Fahlgren

Publisher Resources

ISBN: 0789725053Purchase book