我需要從多個xml文件中檢索元數據。 xml文件的結構如下:從xml文件中檢索元數據
<songs>
<song_title> some title </song_title>
<classification> some classification </classification>
<song_text> some text </song_text>
<singer>
<sing> singer's name </sing>
<gender> gender </gender>
<bornYear> year </bornYear>
<livePlace> live place </livePlace>
<liveArea> live area </liveArea>
</singer>
</songs>
用戶選擇搜索條件 - 現場或現場區域。然後他輸入他搜索的地點或地區的名稱。我需要找到並顯示歌曲的鏈接,歌曲的元數據中包含用戶輸入的地點或區域。我使用.NET 3.5