時間ノードの属性値で構成されるドロップダウンがあります。親属性の値に応じてサブサブ子ノード属性を選択したい
xmlは次のとおりです
<info>
<time value="0-30">
<id t_id="1" speaker="Rajesh " desc="welcome" />
<id t_id="2" speaker="Deepak " desc="to the meeting" />
</time>
<time value="31-50">
<id t_id="1" speaker="Vishal" desc="welcome" />
<id t_id="2" speaker="Vikas" desc="to the meeting" />
</time>
</info>
ドロップダウンで 0-30 を選択すると、Rajesh と Deepak が表示される必要があります
私はlinqを使用しようとしています
私を助けてください