I am creating an xml file and trying to append the Namespace to the root Node.
doc = new XDocument(new XElement(XName.Get("urlset", "http://www.sitemaps.org/schemas/sitemap/0.9"),
However, when I do this it appends an empty namespace on the next node, the child node of the XDocument?