[xsl] MSXML.DOMDocument vs Microsoft.XMLDOM

Subject: [xsl] MSXML.DOMDocument vs Microsoft.XMLDOM
From: alex <shortestpath@xxxxxxxxx>
Date: Wed, 6 Feb 2002 12:45:30 -0800 (PST)
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


Current Thread