From: Martin Honnen on 20 Mar 2010 08:49 Peter Morris wrote: > Hi, I'm new to XML programming. > > I'm writing a program in Visual Basic.Net that retrieves XML data > from eBay. I want to store the results of a query in an xmlDocument. With VB.NET and .NET 3.5 you could use LINQ to XML and XML literals instead of System.Xml.XmlDocument: http://msdn.microsoft.com/en-us/library/bb387098.aspx http://msdn.microsoft.com/en-us/library/bb387100.aspx -- Martin Honnen --- MVP XML http://msmvps.com/blogs/martin_honnen/
|
Pages: 1 Prev: Expose properties of user-control. Next: A problem about the setacl |