XPath 2.0 implementations? [closed]
Asked Answered
M

3

6

Are there any XML libraries that support XPath 2.0?

I'm specifically looking for an open-source, portable, C-compatible implementation, but for the sake of this question, I'd also like to know about any others. So far, I've only heard of the Java/.NET library SAXON.

EDIT: Libraries that only support XPath 1.0 (according to their websites):

Mudskipper answered 22/12, 2013 at 16:59 Comment(0)
J
1

XPath 2.0 is a subset of XQuery 1.0 so for example http://www.zorba.io/home or http://xqilla.sourceforge.net/HomePage should do.

Junoesque answered 22/12, 2013 at 17:47 Comment(0)
F
0

I wrote one for Pascal. It also supports XQuery and JSONiq.

Faldstool answered 22/12, 2013 at 18:2 Comment(0)
S
0

Michael Kay is working on an c/c++ version of xslt 2.0 / xpath 2.0.

http://www.saxonica.com/saxon-c/index.xml
https://saxonica.plan.io/projects/saxon-c

Shornick answered 29/12, 2013 at 20:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.