XmlNode 在 OuterXml 中返回意外的命名空间 xmlns
我有具有下一个属性的 XmlNode 对象:
但是当我调用 OuterXml Property 时,我拥有所有这些属性,而且 <包含命名空间的strong>xmlns属性。但我不想在那里有这个命名空间!我如何设置节点属性不在 OuterXml 中显示带有命名空间的此属性 xmlns?
我需要这个干净的outerxml,因为我在已经包含这样的命名空间的文档中使用这个xml,并且我真的不需要在xml节点中设置它。
I have XmlNode object with next attributes:
But when i call OuterXml Property i have all those attributes and also xmlns attribute with namespace included. But i dont wath to have this namespace there! How can i set to node properties not to show in OuterXml this attribute xmlns with namespace?
I need this clean outerxml because i use this xml in documents which already contains such namespace and i really dont need to set it in xml node.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论