属性 att が存在しない要素を選択するための xpath クエリは何ですか。
<root>
<elem att='the value' />
<elem att='the value' />
<elem att='the value' />
**<elem />**
<elem att='the value' />
<elem att='the value' />
</root>
属性 att が存在しない要素を更新したい。
ありがとう
属性 att が存在しない要素を選択するための xpath クエリは何ですか。
<root>
<elem att='the value' />
<elem att='the value' />
<elem att='the value' />
**<elem />**
<elem att='the value' />
<elem att='the value' />
</root>
属性 att が存在しない要素を更新したい。
ありがとう