aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-03 17:03:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-03 17:03:53 +0200
commitdb7f618d0a94315ae9ed51a9b1d4ef9ba832827e (patch)
tree791d05ca36db2fbcaca883941b2cc6f47d422659 /NEWS
parent036a0f24b115e842c856f07a3df9768804a5ca7f (diff)
Implement automatic mapping for urn-style XML namespaces
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9dfb006..323ea50 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Version 3.2.0
for the same namespace. Before, all subsequent imports for a namespace
were ignored which caused error in some schemas.
+ * Automatic mapping for the urn-style XML namespaces. The last component
+ in the urn name is used to derive the C++ namespace name.
+
C++/Hybrid
* String-based types that use XML Schema restriction by enumeration are