Menu

XeuMeuLeu 1.7.0 released

XeuMeuLeu is an open-source cross-platform C++ stream oriented interface on top of Apache Xerces for manipulating XML and Apache Xalan for applying XSL transformations.

This release introduces a number of fixes and features.

The changes are:
. switched to C++11
. dropped support for Xerces 2
. added customization of std::stringstream context
. fixed name of element and attribute in error messages
. changed document name from '#document' to 'document' in error messages
. cleaned up error messages to all start with lower case
. reworked error handling to diagnose invalid schema syntax
. changed formatting of floating point numbers to output all significant digits
. added fallback support for attribute and content in xostream
. added xml::optional support to xml::xostream
. fixed double deletion issue in xsl::xtransform
. default initialized values in direct readers

For more information see http://xeumeuleu.sourceforge.net

Posted by Mathieu Champlon 2017-05-27

Log in to post a comment.