Redistributed Components

This page describes Category C components as defined above: components that are redistributed with Saxon in binary form, without alteration.

Saxon on Java

ASM

See http://asm.ow2.org/

Saxon-EE, on both Java and .NET, includes the ASM bytecode generation library. The code is issued without modification, except that on .NET it is cross-compiled to .NET IL form.

The license can be found at http://asm.ow2.org/license.html

Applicable notice: ASM.txt

Saxon on .NET

IKVM Runtime

See http://www.ikvm.net/. Can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=69637. Saxon links dynamically to this DLL.

License is at http://weblog.ikvm.net/story.aspx/license

Applicable notice: FRIJTERS.txt

OpenJDK Classpath

The copy of OpenJDK Classpath released with Saxon on .NET is a derived from the version that is released as part of IKVM Runtime (see above). This in turn is derived largely from the Sun OpenJDK distribution, together with some components taken from the Red Hat IcedTea library, compiled into CIL code using IKVMC. Saxon 9.1 uses IKVM 0.40.0.1, which in turn uses OpenJDK 7 b13.

Saxon distributes only the parts of this library that are actually needed. These parts have been rebuilt from source code, but no source modifications have been made.

Saxon links dynamically to this DLL.

The license conditions are at http://openjdk.java.net/legal/gplv2+ce.html. (This is a modified variant of the GNU Public License version 2, with a special clause allowing it to be used as part of a product that is not itself open source.)

Applicable notice: GPL+CLASSPATH.txt

Apache Xerces

Rather than distributing the Sun version of Xerces that comes with the OpenJDK library, Saxon instead distributes the Apache version of Xerces. (The two versions have diverged considerably. The Apache version is used because it is considered more reliable and is also easier to integrate because it does not have unnecessary dependencies on other parts of the JDK library.)

The two Apache JAR files xercesImpl.jar and resolver.jar have been cross-compiled to IL code using the IKVMC compiler, but are otherwise unmodified.

The license conditions for Xerces are at http://www.apache.org/licenses/LICENSE-2.0

Applicable notices: APACHE-XERCES.txt, APACHE-RESOLVER.txt

TagSoup

Supporting the saxon:parse-html() extension function, the code of TagSoup version 1.2 is included in the Saxon-PE and Saxon-EE distributions on .NET. Apart from cross-compiling from Java bytecode to IL code, the code is unmodified.

Information about TagSoup, including links to the download location for source code, is available at http://home.ccil.org/~cowan/XML/tagsoup/.

The license conditions for TagSoup are at http://www.apache.org/licenses/LICENSE-2.0

Applicable notices: APACHE-TAGSOUP.txt