Skip to content

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

@kares

Description

@kares

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions