I have some xml like this:
<Data>
<Rows>
<Row>
<Field Name="title">Mr</Field>
<Field Name="surname">Doe</Field>
<Row>
<Rows>
<Data>
using linq how can I get the value contained in the field element where the attribute is surname
thanks