XML フィードをフィルタリングして、適切な言語のデータのみをインポートしたいと考えています。
構造は次のとおりです。
<profile_lang lang="en">
<description>English description</description>
</profile_lang>
<profile_lang lang="fr">
<description>French</description>
</profile_lang>
<profile_lang lang="nl">
<description>Dutch text</description>
</profile_lang>
等
オランダ語 (lang="nl") の説明のみをインポートするにはどうすればよいですか?