-
Notifications
You must be signed in to change notification settings - Fork 6
Saxon/C 1.2.0 Major Release is out #24
Description
We are pleased to announce the release of Saxon/C 1.2.0.
This is a major release of Saxon/C on Linux, Mac OS X and Windows. We have made a number of changes and fixed several bugs in the new release. With this release, support for the Python language is also now available, in addition to the C/C++ and PHP languages already supported. Saxon/C is available in the following products: Saxon-HE/C, Saxon-PE/C and Saxon-EE/C.
Documented changes in the release:
-
Updated the core XSLT processor to the Java Saxon 9.9.1.5 version.
-
Updated to Excelsior JET Enterprise 15.3 (MP1) - the cross compiler for Saxon
-
Updated APIs: Support for XSLT 3.0, XQuery 3.1, XPath 3.1 and Schema Validation 1.0/1.1
-
XML Catalog file now supported in Saxon/C
-
Support of Saxon's XSLT export SEF file.
-
Added a feature rich XSLT30 processor API to the languages: C++, PHP 7.2 and Python. Therefore we now have two XSLT Processor classes for each language supported:
C++ APIs: XsltProcessor.h, Xslt30Processor.hPython APIs: PyXsltProcessor and PyXslt30Processor PHP APIs: Saxon/XsltProcessor and Saxon/Xslt30Processor
We would think something similar would need to be done in saxon-node.
For a full list of bug fixes see:
Release Notes