diff --git a/src/xercesc/util/XMLUni.cpp b/src/xercesc/util/XMLUni.cpp index 95de9539b3edd4cf32d5fb375613ae559d33217c..dd040b1b74267027b08eb75fcb1e9cdddcd98e7e 100644 --- a/src/xercesc/util/XMLUni.cpp +++ b/src/xercesc/util/XMLUni.cpp @@ -1009,19 +1009,17 @@ const XMLCh XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation[] = , chLatin_t, chLatin_i, chLatin_o, chLatin_n, chNull }; -//Xerces: http://apache.org/xml/features/validation/reset-documentPool -const XMLCh XMLUni::fgXercesResetDocumentPool[] = +//Xerces: http://apache.org/xml/features/dom/adoptDOMDocument +const XMLCh XMLUni::fgXercesAdoptDOMDocument[] = { chLatin_h, chLatin_t, chLatin_t, chLatin_p, chColon, chForwardSlash , chForwardSlash, chLatin_a, chLatin_p, chLatin_a, chLatin_c, chLatin_h , chLatin_e, chPeriod, chLatin_o, chLatin_r, chLatin_g, chForwardSlash , chLatin_x, chLatin_m, chLatin_l, chForwardSlash, chLatin_f, chLatin_e , chLatin_a, chLatin_t, chLatin_u, chLatin_r, chLatin_e, chLatin_s - , chForwardSlash, chLatin_v, chLatin_a, chLatin_l, chLatin_i, chLatin_d - , chLatin_a, chLatin_t, chLatin_i, chLatin_o, chLatin_n, chForwardSlash - , chLatin_r, chLatin_e, chLatin_s, chLatin_e, chLatin_t, chDash, chLatin_d - , chLatin_o, chLatin_c, chLatin_u, chLatin_m, chLatin_e, chLatin_n, chLatin_t - , chLatin_P, chLatin_o, chLatin_o, chLatin_l, chNull + , chForwardSlash, chLatin_d, chLatin_o, chLatin_m, chForwardSlash + , chLatin_a, chLatin_d, chLatin_o, chLatin_p, chLatin_t, chLatin_D, chLatin_O, chLatin_M + , chLatin_d, chLatin_o, chLatin_c, chLatin_u, chLatin_m, chLatin_e, chLatin_n, chLatin_t, chNull }; //Introduced in DOM Level 3 diff --git a/src/xercesc/util/XMLUni.hpp b/src/xercesc/util/XMLUni.hpp index 3c1d1a0666d99ff1b9294c73939694158b21fff7..98fde9ca1b958e3b28a54611ab6037f20e5ac303 100644 --- a/src/xercesc/util/XMLUni.hpp +++ b/src/xercesc/util/XMLUni.hpp @@ -228,7 +228,7 @@ public : static const XMLCh fgXercesLoadExternalDTD[]; static const XMLCh fgXercesContinueAfterFatalError[]; static const XMLCh fgXercesValidationErrorAsFatal[]; - static const XMLCh fgXercesResetDocumentPool[]; + static const XMLCh fgXercesAdoptDOMDocument[]; // SAX2 features/properties names static const XMLCh fgSAX2CoreValidation[];