I have very simple XML in a string that I\'m trying to load via XDocument so that I can use LINQ to XML:
XDocument
var xmlString = @\"
Use
var doc = XDocument.Parse(xmlString);