Manipulating XML in Visual Basic (suggested reading)
If you have wanted to explore working with XML literals the following is a good place to begin.
From Microsoft 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.