I have a requirement where the users will provide conditional statements as a string from a UI, which I have to incorporate in my LINQ to XML queries.
I referred this site for dynamic linq queries But it only specifies LINQ to SQL and not LINQ to XML, wh...