public static void Main()
<Root xmlns=""http://www.namespace.com"">
var doc = XDocument.Parse(xml, LoadOptions.PreserveWhitespace);
XNamespace ns = "http://www.namespace.com";
new XElement(ns + "ThirdElement",
new XElement(ns + "FourthElement", "thevalue"),