Tagged Questions
0
votes
0answers
215 views
How can I use PredicateBuilder for Linq to XML
I am trying to search an xml file and compare the attribute name from a list of keywords at run time. I used DelegatePredicateBuilder as suggested in this post:
Linq to objects Predicate Builder.
...