Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现很难在 Saxon 之外找到 XPath 2.0 实现。
其他语言的 XPath 2.0 选项是什么?
注意: 这篇博文对 2007 年的情况做了一个有趣的总结。
XPath 2.0 是 XQuery 1.0 的子集,因此您可以查看 XQuery 1.0 实现,例如
这是一些 XQuery 1.0 和/或 XPath 2.0 实现的列表,但不一定是开源的。
XQSharp 包括 XPath 2.0 和 XQuery 1.0。