Which XPath 2.0 libraries (apart from saxon) are available, preferably for .Net?

- 56,041
- 24
- 146
- 247

- 74,165
- 16
- 97
- 99
-
2Good question, +1. See my answer for a recently announced new XSLT 2.0 processor. – Dimitre Novatchev Oct 31 '10 at 16:06
-
@Abel I disagree, the other question is about XPath support in the .Net framework, I'm looking for 3rd party libraries. – Josef Pfleger Oct 31 '10 at 18:01
-
I see and understand now, I'll remove that comment. Update: see related discussion on support in .NET Framework: http://stackoverflow.com/questions/1525299/xpath-and-xslt-2-0-for-net – Abel Nov 02 '10 at 13:13
3 Answers
See the recently announced (Sep. 2010) XQSharp XSLT 2.0 processor.
It is developed in and for .NET.

- 74,165
- 16
- 97
- 99

- 240,661
- 26
- 293
- 431
Update: see Dimitre's answer for XQSharp Beta, now renamed XMLPrime, which contains an XSLT/XPath 2.0 processor.
Unfortunately, the answer is disappointing: none whatsoever. Microsoft did have plans and even asked the community for input, but never materialized them. There was a moment where they seemed to investigate whether it was feasible, but no plans have been announced up until .NET 4.5. See also this duplicate question, which answers this in more detail. M. David Peterson has a blog post that tracks a bit of the efforts of Microsoft till end 2007.
Also, there's this thread by me on the xsl-list, which shows some efforts of other companies so far, but nothing on the .NET front. See the answer by Michael Kay.

- 21,988
- 13
- 81
- 109

- 56,041
- 24
- 146
- 247
-
2I know this answer is a little old, however, there is some link rot going on here. – javamonkey79 Apr 18 '12 at 18:16
-
@javamonkey79 thanks for the pointer, I've updated the links (and the text). – Abel Apr 19 '12 at 06:02