How to use XQuery in C #

How to use XQuery expression in XMLDocument or XDocument?

Is it possible to use XQuery in C #?

+6
source share
2 answers

Of course, there are a number of XQuery processors that work in .NET, such as XQSharp and Saxon.

+4
source

Just send this Xquery to .NET

+2
source

Source: https://habr.com/ru/post/907832/


All Articles