Applying an XQuery file to an XMl File in C#

PeTlj58

New Member
I am making a program that takes as input an XML file, XSD schema and an XQuery file.So far I validate the XML against the XSD.I now want to apply the XQuery file against the XML file, yet after looking online I can't seem to find any way of doing this in C#.Would anyone know if this can be done?It seems there is no inbuilt support for XQuery C#?Thanks for your time
 
Top