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> </states> </response> I want to use LINQ to parse through the responses and create new objects for each one of them. The [...]
Tags: linq
Filed under:general