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

moving forward with up-to-date XSLT/XPath features #65

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

moving forward with up-to-date XSLT/XPath features #65

kares opened this issue Nov 7, 2019 · 0 comments

Comments

@kares
Copy link
Contributor

kares commented Nov 7, 2019

Nokogiri is stuck with Xerces+Xalan for JRuby.
These Java XML projects are no longeractively developed.

That means the XML filter can only handle XSLT 1.0 and XPath 1.0

The way forward is switching the XML library to e.g. Saxon :

Saxon-HE (home edition) is an open source product available under 
the Mozilla Public License version 2.0. 
It provides implementations of XSLT (3.0), XQuery (3.1), and XPath (2.0 and 3.1) 
at the basic level of conformance defined by W3C.

either rewriting the plugin to Java or rewriting the backend in Nokogiri

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