MSXML Question

So I found this cool script that is supposed to take the XML feed from weather.com and put it on your site. However, it says that it needs MSXML 4 to run it.

I looked through some posts, and I thought our servers had MSXML installed on it. But when I run the test page that comes with it, it says it fails.

I looked throught the the test script and this is the object it is calling and saying is failing:

Code:
Server.CreateObject("Msxml2.DomDocument.4.0")
Any help or ideas about this would be greatly appreciated!
 
Back
Top