C# XML 去xmlns:xsd和xmlns:xsi属性
2021-04-20 17:26
标签:enum sharp sel getchild getattr att aced ret gate 调用 C# XML 去xmlns:xsd和xmlns:xsi属性 标签:enum sharp sel getchild getattr att aced ret gate 原文地址:https://www.cnblogs.com/lonelyxmas/p/8615018.html public static XElement WithoutNamespaces(this XElement element)
{
if (element == null) return null;
#region delegates:
Func
var xDoc = XDocument.Parse(xml);
var xRoot = xDoc.Root.WithoutNamespaces();
文章标题:C# XML 去xmlns:xsd和xmlns:xsi属性
文章链接:http://soscw.com/index.php/essay/77223.html