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]

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


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