From af83df9be50a9383d0c54fb24b8e486a658a2a02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2009 17:32:14 +0200 Subject: New default/fixed value initialization code Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dfbb46d..01f7463 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,12 @@ Version 3.3.0 can process parts of the document as they become available as well as handle documents that are too large to fit into memory. + * New default/fixed value initialization code. Now the default/fixed values + are parsed by the XSD compiler at compile time instead of the standard + parsing code at runtime. This will allow compiling schemas that use the + default/fixed values without support for XML parsing (--suppress-parsing + option). + * Empty XML Schema enumeration values are now mapped to the 'empty' C++ enumerator name instead of 'cxx'. -- cgit v1.1