|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
LINQ to XML Newbie Question: Returning More Than One ResultGreetings! I'm working on wrapping my head around LINQ. If I had some XML such as this loaded into an XDocument object:
I'd like to get the attribute values of all of the Item child elements of a Group element. Here's what my query looks like:
The query works, but if for example the groupName variable contains "GroupB", only one result (the first Item element) is returned instead of three. Am I missing something?
|
||||
