EDN Admin
Well-known member
Assume I have a variable named List<XElement> trial. The XElements have an attribute named "tokeep". Some of these "tokeep" nodes have a value of "*" and the others have a blank value for the "tokeep" attribute.
Using Linq, is there a way to filter trial to retain only those XElements which have a "*" in the "tokeep" attribute node?
View the full article
Using Linq, is there a way to filter trial to retain only those XElements which have a "*" in the "tokeep" attribute node?
View the full article