From 61be76ea99b43bf5861050187935543b55598a62 Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Tue, 21 May 2002 18:25:10 +0000 Subject: [PATCH] Documentation Update git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173676 13f79535-47bb-0310-9956-ffa450edef68 --- doc/faq-parse.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/faq-parse.xml b/doc/faq-parse.xml index 09c747f16..edb83146d 100644 --- a/doc/faq-parse.xml +++ b/doc/faq-parse.xml @@ -39,7 +39,7 @@ <p>If you find any Schema feature which is specified in the W3C XML Schema Language Recommendation does not work with &XercesCName; &XercesCVersion;, we encourage the submission of bugs as described in - <jump href="bug-report.html">Bug-Reporting</jump> page. + <jump href="bug-report.html">Bug Reporting</jump> page. </p> </a> @@ -73,7 +73,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. Since &XercesCName; Version 1.5.2., the code has been enhanced so that calling XMLPlatformUtils::Initialize/Terminate pair of routines + <p>Yes. The code has been enhanced so that calling XMLPlatformUtils::Initialize/Terminate pair of routines multiple times in one process is now allowed. </p> @@ -155,11 +155,11 @@ catch (const XMLException& toCatch) { <a> - <p>Please make sure you are using &XercesCName; Version 1.5.2 or up. + <p>Please make sure you are using the latest &XercesCName;. </p> - <p>&XercesCName; Version 1.5.1 or below does not allow XMLPlatformUtils::Initialize()/Terminate() - pair to be called more than once. + <p>Earlier &XercesCName; does not allow XMLPlatformUtils::Initialize()/Terminate() + pair to be called more than once or has a problem. </p> </a> -- GitLab