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?
|
|
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). |
|||||
|
|
Search or ask this question at the xsl-list. Michael Kay might answer himself. |
|||||
|
|
|
For the archive, there's also AltovaXML, the free-as-in-beer, schema-aware XSLT 2.0 engine used in XMLSpy etc. Unfortunately, like XMLSpy, it's Windows only. |
|||
|
|
|
Are you sure you really need a namespace aware processor? It might help find errors in the stylesheets quicker but the cost might outweigh the benefit (both in terms of money, and license-wise). Saxon-SA is the schema-aware version of Saxon B. It includes the open source Saxon B in full (published under the Mozilla Public License). It's only the "schema-aware" stuff which is closed source, so most of it is still free software (though only as in free speech..). |
|||||||
|
|
I couldn't find one either. I ended up using the oracle xml libs. |
|||
|
|