i've tried to load a xml web page using the below program

Dim objDoc As New System.Xml.XmlDocument
' ** Load XML **
objDoc.Load("http://banners.willhill.com/xml/viewxml.asp?sport=HR&style=10L")

The ERROR i got was, can any one help please !!

An unhandled exception of type 'System.Xml.XmlException' occurred in system.xml.dll


john