This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: MSXML.DOMDocument vs Microsoft.XMLDOM



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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of alex
Sent: Wednesday, February 06, 2002 8:46 PM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]