C#.NET 2.0では、以下のようなxmlファイルをどのようにクエリできますか?私はIDの値を持っており、そのIDに関連するサムネイル画像を取得する必要があります。.netの属性別にxmlファイルをクエリ
<root>
<categories>
<category title="decking">
<photos>
<photo id="1" smallphoto="/files/images/photogallery/thumbs/EarthwoodEvolutions1_thumb.jpg" />
<photo id="2" smallphoto="/files/images/photo-gallery/thumbs/XLM401_thumb.jpg" />
</photos>
</category>
</categories>
</root>
感謝を。 – SirM