PD: Xerces-C++ - Prepare for the latest version (backward compatible)

This commit is contained in:
huguesdpdn-aerospace
2024-09-06 23:23:07 +02:00
committed by Chris Hennes
parent ff796e08d4
commit 3795904a00
16 changed files with 104 additions and 11 deletions

View File

@@ -60,8 +60,12 @@
FC_LOG_LEVEL_INIT("Parameter", true, true)
#ifndef XERCES_CPP_NAMESPACE_BEGIN
#define XERCES_CPP_NAMESPACE_QUALIFIER
using namespace XERCES_CPP_NAMESPACE;
#else
XERCES_CPP_NAMESPACE_USE
#endif
using namespace Base;
@@ -77,7 +81,6 @@ using namespace Base;
// - XStr
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
class DOMTreeErrorReporter: public ErrorHandler
{
public: