summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-03 17:02:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-03 17:02:56 +0200
commitd71611d5fb575078bdf573c35257bb86bb7054e0 (patch)
tree9702bfd0a370ececb7a6b57dcee0913938080f7a /NEWS
parent5212455789c8600ac830afbd3e8c55c76b2104ed (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 9b73e6e..9472972 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Version 3.3.0
enabled then you will also need to build it with Xerces-C++ 3.1.0 or
later to take advantage of this feature.
+ * Automatic mapping for the urn-style XML namespaces. The last component
+ in the urn name is used to derive the C++ namespace name.
+
* Warning id's have changed to start with a letter identifying the
component issuing the warning. F - compiler frontend, D - compiler
driver, P - C++/Parser mapping, T - C++/Tree mapping.