26

What are the currently available XSLT processors supporting XPath 2.0 standard?

0

3 Answers 3

36

XSLT 2.0 Processors

There are several XSLT 2.0 processors for various languages.

Java

Written for Java, or reported to have a Java interface:

.NET

Written for the .NET framework:

Eiffel

Written in Eiffel:

Other

Sign up to request clarification or add additional context in comments.

4 Comments

So, if I understand correctly, thus far there are no free schema-aware XSLT 2.0 Java implementations?
@rustyx: Not that I am aware of. SA is a costly to develop feature and it is typically needed only by few (usually corporate) clients. This determines that as a rule SA XSLT processors aren't free. I think Altova 2011 is SA, but even if this is true, it isn't developed in Java, AFAIK.
You can use Saxon HE Check it out here link[saxon.sourceforge.net/#F9.7HE]
@zakaiter, Right. SaxonHE also is a Saxon 9.x processor as specified in this answer. And back in 2011 SaxonHE did not exist. Anyway, the question isn't about schema-aware XSLT processors -- this topic deserves its own question(s) and a separate SO tag.
3

Oracle's XDK claims to support XSL and XPath 2.0.

Comments

1

The IBM WebSphere Application Server Feature Pack for XML also contains a Java-based XSLT 2.0 processor.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.