You can use XML literals to load XML from an external source such as a string, file, or stream. You can then use LINQ to XML to manipulate the XML and use Language-Integrated Query (LINQ) to query the XML.
Demonstrates how to load XML into an XDocument or XElement object from a text file, string, or stream.
Demonstrates how to transform the contents of an XDocument object into a new XML document.
Demonstrates how to modify the elements, attributes, and values in an XML literal.
Provides links to sections that describe the various XML access properties.
Provides an introduction to using LINQ to XML in Visual Basic.
Provides an introduction to using XML literals in Visual Basic.
Demonstrates how to access parts of an XML element or document in Visual Basic.
Provides links to sections that describe how to use LINQ to XML in Visual Basic.