You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/01/21 15:19:36 UTC

cvs commit: xml-xerces/c/doc faq-parse.xml

tng         02/01/21 06:19:36

  Modified:    c/doc    faq-parse.xml
  Log:
  Split faq-parse#29 into two questions.
  
  Revision  Changes    Path
  1.39      +11 -2     xml-xerces/c/doc/faq-parse.xml
  
  Index: faq-parse.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-parse.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- faq-parse.xml	18 Jan 2002 16:30:50 -0000	1.38
  +++ faq-parse.xml	21 Jan 2002 14:19:36 -0000	1.39
  @@ -149,14 +149,23 @@
       </a>
     </faq>
   
  -  <faq title="Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair is called more than once.">
  +  <faq title="Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair is called more than once?">
   
  -    <q>Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair more than once</q>
  +    <q>Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair more than once?</q>
   
       <a>
   
         <p>Please make sure you are using &XercesCName; Version 1.5.2 or up.
         </p>
  +
  +    </a>
  +  </faq>
  +
  +  <faq title="Why does my application crash after calling XMLPlatformUtils::Terminate()?">
  +
  +    <q>Why does my application crash after calling XMLPlatformUtils::Terminate()?></q>
  +
  +    <a>
   
         <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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org