|
-
Jun 21st, 2007, 10:53 AM
#1
Thread Starter
Member
[02/03] XML Help needed
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
-
Jun 21st, 2007, 11:20 AM
#2
Re: [02/03] XML Help needed
Could the problem be because it's looking for a proper full formed path?
I mean if you imagine the path was something like: "http://mysite/myDoc.xml"
would it matter??
-
Jun 22nd, 2007, 07:35 AM
#3
Thread Starter
Member
Re: [02/03] XML Help needed
It's a web page that is in XML how do i load it into VB.NET 2003 ??
john
Last edited by johna007; Jun 22nd, 2007 at 02:17 PM.
-
Jun 22nd, 2007, 02:18 PM
#4
Thread Starter
Member
Re: [02/03] XML Help needed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|