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 --- documentation/cxx/parser/guide/index.xhtml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/cxx/parser/guide/index.xhtml') diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml index 2c00e18..7379c96 100644 --- a/documentation/cxx/parser/guide/index.xhtml +++ b/documentation/cxx/parser/guide/index.xhtml @@ -3324,6 +3324,11 @@ namespace xml_schema // Do not initialize the Xerces-C++ runtime. // static const unsigned long dont_initialize; + + // Disable handling of subsequent imports for the same namespace + // in Xerces-C++ 3.1.0 and later. + // + static const unsigned long no_multiple_imports; }; class properties -- cgit v1.1