vote up 4 vote down star
1

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?

flag

50% accept rate
Seems like you mean schema-aware processor ? Every XSLT processor (1.0 and 2.0) is namespace-aware. Please, edit your question and correct this. – Dimitre Novatchev Feb 12 at 14:27
Thanks for spotting this, Dimitre, I fixed my question. – sapporo Feb 26 at 21:01

4 Answers

vote up 2 vote down

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..).

link|flag
Well, I work with namespaces a lot when implementing web services, and cannot pretend they wouldn't exist.. I know about Saxon-SA and Saxon-B, but was wondering if there really is no open source alternative. Especially since XSLT 2.0 isn't exactly brand new.. – sapporo Feb 10 at 18:41
Sad, but true that I haven't yet found one. And the Oracle I've used (proprietary) is not good either. Hope somebody comes thru – Overflown Feb 26 at 21:04
vote up 0 vote down

I couldn't find one either. I ended up using the oracle xml libs.

link|flag
Thanks, I'll be looking into this. – sapporo Feb 10 at 18:42
vote up 0 vote down

Search or ask this question at the xsl-list. Michael Kay might answer himself.

link|flag
Thanks, I might give that a try at some point. – sapporo Feb 10 at 18:42
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.