oblem initializing and terminating XMLPlatformUtils more than
once in a program
> I have run into a problem attempting to initialize and terminate
> XMLPlatformUtils more than once in a single program. The following code
> causes the error.
>
> XMLPlatformUtils::Initialize();
&g
I have run into a problem attempting to initialize and terminate
XMLPlatformUtils more than once in a single program. The following code
causes the error.
XMLPlatformUtils::Initialize();
DOMParser *pDOMParser = new DOMParser;
delete pDOMParser;
XMLPlatformUtils::T