From 9878dfe26a08ea5638c562c22c9becd11d462015 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Nov 2009 06:49:41 +0200 Subject: Enable multiple import support for Xerces-C++ 3.1.0 or later --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 451c032..45b0d1e 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,11 @@ Version 3.3.0 - * When built with Xerces-C++ 3-series, enable handling of multiple - imports for the same namespace. Before, all subsequent imports for - a namespace were ignored which caused errors in some schemas. + * When the XSD compiler is built with Xerces-C++ 3.1.0 or later, enable + handling of multiple imports for the same namespace. Before all + subsequent imports for a namespace were ignored which caused errors + in some schemas. Note that if your application has XML Schema validation + enabled then you will also need to build it with Xerces-C++ 3.1.0 or + later to take advantage of this feature. * Warning id's have changed to start with a letter identifying the component issuing the warning. F - compiler frontend, D - compiler -- cgit v1.1