命名空间和特定的 xpath
谁能告诉我如何从该文件中获取名称属性的 xpath:
<asmv1:assembly xmlns:asmv1="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="MyName"/>
</asmv1:assembly>
我正在尝试为 nant xmlpoke 任务获取它,但没有成功。
谢谢。
Can anyone tell me how can I get the xpath of the name attribute from this file:
<asmv1:assembly xmlns:asmv1="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="MyName"/>
</asmv1:assembly>
I'm trying to get it for nant xmlpoke task without success.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以解决问题:
This should do the trick:
试试这个 XPath
Try this XPath