SyntaxFix
Write A Post
Hire A Developer
Questions
The problem is that Elements only takes the direct child elements of whatever you call it on. If you want all descendants, use the Descendants method:
Elements
Descendants
var query = from c in xmlFile.Descendants("Band")