如何使用节点前缀创建xml文档,例如:
<sphinx:docset>
<sphinx:schema>
<sphinx:field name="subject"/>
<sphinx:field name="content"/>
<sphinx:attr name="published" type="timestamp"/>
</sphinx:schema>
当我尝试运行类似new XElement("sphinx:docset")我得到异常的东西时
未处理的异常:System.Xml.XmlException:名称中不能包含':'字符,十六进制值0x3A。
在System.Xml.Linq.XName..ctor(
XNamespace ns,String localName)
在System.Xml.Linq.XNamespace.GetName(String localName)
在System.Xml.Xml.XmlConvert.VerifyNCName(String name,ExceptionType exceptionTyp e).Xml.Linq.XName.Get(字符串expandName)
HUH函数