From 0622c718af4edf1d53a0bf17f392f146576160af Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Wed, 28 Nov 2001 17:24:17 +0000 Subject: [PATCH] Update the FAQ saying multiple XMLPlatformUtils::Initialize/Terminate() calls is only supported in Xerces-C 1.5.2 or up. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173316 13f79535-47bb-0310-9956-ffa450edef68 --- doc/faq-parse.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/faq-parse.xml b/doc/faq-parse.xml index b99ad81ba..39302959c 100644 --- a/doc/faq-parse.xml +++ b/doc/faq-parse.xml @@ -630,7 +630,7 @@ catch (const XMLException& toCatch) { <faq title="Is it OK to call the XMLPlatformUtils::Initialize/Terminate pair of routines multiple times in one program?"> <q>Is it OK to call the XMLPlatformUtils::Initialize/Terminate pair of routines multiple times in one program?</q> <a> - <p>Yes. The code has been enhanced so that calling XMLPlatformUtils::Initialize/Terminate pair of routines + <p>Yes. Since &XercesCName; Version 1.5.2., the code has been enhanced so that calling XMLPlatformUtils::Initialize/Terminate pair of routines multiple times in one process is now allowed. </p> @@ -834,6 +834,9 @@ catch (const XMLException& toCatch) { <a> + <p>Please make sure you are using &XercesCName; Version 1.5.2 or up. + </p> + <p>Please make sure the XMLPlatformUtils::Terminate() is the last &XercesCName; function to be called in your program. NO explicit nor implicit &XercesCName; destructor (those local data that are destructed when going out of scope) should be called after XMLPlatformUtils::Terminate(). -- GitLab