sun*_*der 0 c# xpath xpathnavigator
什么应该是 xpath 查询来选择属性 att 不存在的元素。
<root>
<elem att='the value' />
<elem att='the value' />
<elem att='the value' />
**<elem />**
<elem att='the value' />
<elem att='the value' />
</root>
Run Code Online (Sandbox Code Playgroud)
我想更新属性 att 不存在的元素。
谢谢