xalan-c

Xalan-C++ Release History

1.12

Released on the 7th June 2020.

Major changes

The focus of this release is stability and compatibility. The majority of changes are bugfixes or portability improvements.

Issues resolved

Bug

Improvement

Wish

1.11

This is primarily a bug-fix release of version 1.10. Support for number and nodeset types for stylesheet top-level parameters have been added. Xerces-C++ versions 3.0 and newer are now supported. Xerces-C++ Version 3.1.1 is the preferred stable release.

Major changes

Bug fixes

1.10

Major changes

Bug fixes

1.9

Major changes

1.8

Major changes

1.7

Major changes

1.6

Major changes

Directory “sane include” reorganization. A new sub-directory called xalanc has been added to the src directory (for source distribution packages) and include directory (for binary distribution packages). New source files which include Xalan headers will need to be modified to include the xalanc prefix in the header path. For example:

#include <XPath/XObject.hpp>

will need to be changed to

#include <xalanc/XPath/XObject.hpp>

For Windows users, all project files have been modified to reflect this change.

1.5

Major changes

1.4

Major changes

1.3

Major changes

1.2

Major changes

1.1

Major changes

In addition to adding to the list of platforms on which Xalan-C++ builds, our focus for this release has been on bug fixes, performance enhancements, and providing a simplified C++ and C API for performing standard transformations. Major updates include:

1.0

Major changes

0.40.0

Major changes