[thelist] ASP.NET parsing xml response with XMLDocument class

Casey Crookston caseyc at IntelliSoftmn.com
Mon Oct 2 12:13:24 CDT 2006


Thanks Peter and Chris,

XmlDocument xd = new XmlDocument();
xd.Load(stIn);

Trouble seems to be that it won't accept a string in the load() method.
I'm told by Visual Studio that it must be a URL to a file.

Casey 





More information about the thelist mailing list