Manipulating XML in Visual Basic

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.

In This Section

See Also

Concepts

Introduction to LINQ in Visual Basic

Other Resources

XML in Visual Basic

LINQ in Visual Basic