summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-05 06:49:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-05 06:49:41 +0200
commit9878dfe26a08ea5638c562c22c9becd11d462015 (patch)
tree482b77889d4bc7e82bdc600e85450aa2edf21e43 /NEWS
parentfccba6f6bc4c3960473423656563045dcc6c2067 (diff)
Enable multiple import support for Xerces-C++ 3.1.0 or later
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
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