为了账号安全,请及时绑定邮箱和手机立即绑定

XmlDocument.SelectSingleNode和xmlNamespace问题

XmlDocument.SelectSingleNode和xmlNamespace问题

回首忆惘然 2019-08-09 10:13:54
XmlDocument.SelectSingleNode和xmlNamespace问题我正在将字符串加载到包含以下结构的XML文档:<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">                     <ItemGroup>     <Compile Include="clsWorker.cs" />           </ItemGroup>      </Project>然后我将所有加载到xmldocument:XmlDocument xmldoc = new XmlDocument();xmldoc.LoadXml(Xml);然后出现以下问题:XmlNode Node = xmldoc.SelectSingleNode("//Compile"); // return null当我从根元素(Project)中删除xmlns属性时,它的工作正常,如何改进我的SelectSingleNode以返回相关元素?
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 639 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信