Manipulating XML - Visual Basic (original) (raw)
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
How to: Load XML from a File, String, or StreamDemonstrates how to load XML into an XDocument or XElement object from a text file, string, or stream.
How to: Transform XML by Using LINQDemonstrates how to transform the contents of an XDocument object into a new XML document.
How to: Modify XML LiteralsDemonstrates how to modify the elements, attributes, and values in an XML literal.
Related Sections
XML Axis PropertiesProvides links to sections that describe the various XML access properties.
Overview of LINQ to XML in Visual BasicProvides an introduction to using LINQ to XML in Visual Basic.
Creating XML in Visual BasicProvides an introduction to using XML literals in Visual Basic.
Accessing XML in Visual BasicDemonstrates how to access parts of an XML element or document in Visual Basic.
XMLProvides links to sections that describe how to use LINQ to XML in Visual Basic.