Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open-source java XSLT 2.0 implementation? [closed]

Tags:

I'm currently looking into using XSLT 2.0, but I cannot find any open-source java implementations (Saxon-B seems to fit the bill, but isn't schema-aware).

Am I missing something?

like image 309
otto.poellath Avatar asked Feb 09 '09 18:02

otto.poellath


People also ask

Is XSLT open source?

Xalan is an open source XSLT 1.0 processor from the Apache Software Foundation available for Java and C++. A variant of the Xalan processor is included as the default XSLT processor in the standard Java distribution from Oracle.

Is Saxon open source?

Saxon-HE (Home Edition) is an open source product available under the Mozilla Public License version 2.0.

What is Saxon Java?

Saxon is an XSLT and XQuery processor created by Michael Kay and now developed and maintained by his company, Saxonica. There are open-source and also closed-source commercial versions. Versions exist for Java, JavaScript and . NET. The current version, as of April 2022, is 11.3.


1 Answers

Yes, I'm answering my own question from 2.5 years ago:

I haven't tried it yet, but I just stumbled upon Eclipse PsychoPath, which is (according to the docs) a XPath 2.0 XML Schema Aware processor that passes 96% of the XPath 2.0 test suite (version 1.1M1).

like image 108
otto.poellath Avatar answered Oct 05 '22 20:10

otto.poellath