From 6f395f9f769866a04f6949cb7ed14f93d90cf728 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Oct 2010 15:38:11 +0200 Subject: Map anySimpleType to a string --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3e2dd63..0ce961e 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,9 @@ Version 3.2.0 for variable-length types. These functions allow you to make dynamically- allocated copies of variable-length objects. + * The anySimpleType build-in type is now mapped to std::string or a C-string, + depending on whether STL is enabled or not. + * New configuration parameter, XSDE_STL_ITERATOR, makes iterators provided by the mapping conform to the STL requirements. This feature requires working header and allows you to use the standard @@ -87,6 +90,9 @@ Version 3.2.0 For more information on the pattern facet validation, see the XSDE_REGEXP parameter in the configuration files. + * The anySimpleType build-in type is now mapped to std::string or a C-string, + depending on whether STL is enabled or not. + C++/Serializer * Support for the following XML Schema facets: @@ -107,6 +113,9 @@ Version 3.2.0 For more information on the pattern facet validation, see the XSDE_REGEXP parameter in the configuration files. + * The anySimpleType build-in type is now mapped to std::string or a C-string, + depending on whether STL is enabled or not. + Version 3.1.0 C++/Hybrid -- cgit v1.1