RE: [xsl] MSXML.DOMDocument vs Microsoft.XMLDOM

Subject: RE: [xsl] MSXML.DOMDocument vs Microsoft.XMLDOM
From: "Andrew Welch" <andrew@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Feb 2002 09:19:40 -0000
Hi,

A quick look at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/ht
m/xmrefguidprogidinformation.asp

will show that they are both exactly the same.

If you are using xsl (rather than wd-xsl) then you will want to use version
specific ids:

MSXML2.DOMDocument.3.0
...and so on

cheers

andrew

===

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of alex
Sent: Wednesday, February 06, 2002 8:46 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] MSXML.DOMDocument vs Microsoft.XMLDOM


I hope this is the correct list to post to.
(If not someone pls let me know so I can post
to that.)

Can someone explain exactly what the difference
is b/t Microsoft.XMLDOM and MSXML.DOMDocument?

I'm transforming an xml string into html on the
server side, before sending the html to the browser.
Both these two seem to work the same:

Server.CreateObject("MSXML.DOMDocument") and
Server.CreateObject("Microsoft.XMLDOM")

Is there an advantage of using one over the other?

thanks!
-alex

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread