Link to home
Start Free TrialLog in
Avatar of hidrau
hidrauFlag for Brazil

asked on

I need a help, what is the difference between msxml2.DOMDocument.3.0 and Microsoft.XMLDOM, ????


Set XMLDOC = server.CreateObject("Microsoft.XMLDOM")
Set XMLDOC = Server.CreateObject("MSXML2.XMLHTTP.3.0")


Which is the difference between them?

I am xml newbie and I need to learn about it. Could you give me a clue where I can get some good stuff to learn it?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hidrau

ASKER

thanks for your help