如何使用linq返回特定'作者'的所有「標題」值?Xml linq查詢基於2元素
<Details xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Record>
<Author>Barry White</Author>
<Title>First Book</Title>
</Record>
<Record>
<Author>Barry White</Author>
<Title>Second Book</Title>
</Record>
<Record>
<Author>Norman White</Author>
<Title>Second Book</Title>
</Record>
</Details>
很好,謝謝您的幫助,並快速作出迴應, – matinau