MSXML uses the DOM as the underlying tree representation of XML documents and XSLT style sheets. This enables you to implement XSLT solutions by manipulating the DOM objects in a script, or in a COM-enabled programming language. To do this, you must perform the following tasks:
transformNode
method or the transformNodeToObject
method on the source document object. Set the style sheet object as the input parameter.The following are some of the advantages of using XSLT with the DOM.
XSLTemplate
object.The following topics discuss the use of XSLT with the DOM. JScript examples are included.