December 22, 2006 at 12:39 pm
Guys,
I recently started programming in C#. I then faced a need to work with XML documents. That is, query them.
Initially I used XPath. For simple selects it works fine. However, I need to do sub-quering and could not figure out how to do it using XPath. I then decided to try out XQuery. However, I cannot find a single source describing how to use XQuery in C# .Net.
Could anyone provide me with help?
Thank you
P.S. I need to do something like this using XQuery:
SELECT a
FROM b
WHERE c IN
(
SELECT c FROM d WHERE e = f
)
December 22, 2006 at 1:25 pm
Look at the Link technologies for VS.Net Orcas. I believe the proposed support for XQuery was dropped in lieue of this future capability.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply