Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] should mention that filter only supports XPath 1.0 #64

Open
kares opened this issue Nov 7, 2019 · 0 comments
Open

[docs] should mention that filter only supports XPath 1.0 #64

kares opened this issue Nov 7, 2019 · 0 comments

Comments

@kares
Copy link
Contributor

kares commented Nov 7, 2019

XPath 1.0 is pretty outdated these days, unfortunately newer versions are not supported.
Nokogiri is currenlty based on Xalan, which hasn't been updated for a while and only supports 1.0

Plugin's (4.0.7) doc links to a general XPath page which mentions all versions
(so its easy to assume all XPath functions work) :

XPath 1.0 became a W3C Recommendation on November 16, 1999.

XPath 2.0 became a W3C Recommendation on January 23, 2007.

XPath 3.0 became a W3C Recommendation on April 8, 2014.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant