-3

次の xml 構造があるとします。

<root>
  <File> a.txt 
      <Version> 1.5 </Version>
  </File>

  <File> b.txt 
      <Version> 1.0 </Version>
  </File>
</root>

検索でXElement: へのハンドルを取得するにはどうすればよいですか? <Version> 1.0 </Version>関数を使用してタグで検索できることは知っていますXElement.element(Xname) が、これは役に立ちません。

4

2 に答える 2