Skip to content
Snippets Groups Projects
Commit 61be76ea authored by Tinny Ng's avatar Tinny Ng
Browse files

Documentation Update

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173676 13f79535-47bb-0310-9956-ffa450edef68
parent 9043e589
No related branches found
No related tags found
No related merge requests found
......@@ -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&amp; 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&amp; 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment