LINQ to XML subquery<
Posted June 20th, 2008 by Eric WebbI didn’t find a clear example online about how to do a subquery of an element, so I thought I would share.
First, here’s the XML I’m reading:
<response>
<name>Test</name>
<states>
<state>OH</state>
<state>MI</state> [...]
Tags: linq
Filed under:general