You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/02/22 00:28:18 UTC

cvs commit: xml-xerces/c/doc program-dom.xml program-sax.xml program-sax2.xml program.xml

cargilld    2005/02/21 15:28:18

  Modified:    c/doc    program-dom.xml program-sax.xml program-sax2.xml
                        program.xml
  Log:
  Doc updates, including xercesc-1352.
  
  Revision  Changes    Path
  1.47      +3 -3      xml-xerces/c/doc/program-dom.xml
  
  Index: program-dom.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- program-dom.xml	8 Jan 2005 13:39:33 -0000	1.46
  +++ program-dom.xml	21 Feb 2005 23:28:17 -0000	1.47
  @@ -536,8 +536,8 @@
                   <tr><th><em>false:</em></th><td>Parse the schema grammar.</td></tr>
                   <tr><th><em>default:</em></th><td> false </td></tr>
                   <tr><th><em>note:</em></th><td>The getter function for this method is called isUsingCachedGrammarInParse.</td></tr>
  -                <tr><th><em>note:</em></th><td>If the grammar caching option is enabled, this option is set to true automatically.
  -                Any setting to this option by the users is a no-op.</td></tr>
  +                <tr><th><em>note:</em></th><td>If the grammar caching option is enabled, this option is set to true automatically and
  +                any setting to this option by the user is a no-op.</td></tr>
                   <tr><th><em>see:</em></th><td>
                   <link anchor="cache-grammar">cacheGrammarFromParse</link>
                   </td></tr>
  @@ -1256,7 +1256,7 @@
                   <tr><th><em>default:</em></th><td> false </td></tr>
                   <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesUseCachedGrammarInParse </td></tr>
                   <tr><th><em>note:</em></th><td>If http://apache.org/xml/features/validation/cache-grammarFromParse is enabled,
  -                this feature is set to true automatically. Any setting to this feature by the users is a no-op.</td></tr>
  +                this feature is set to true automatically and any setting to this feature by the user is a no-op.</td></tr>
                   <tr><th><em>see:</em></th><td>
                   <link anchor="builder-cache-grammar">http://apache.org/xml/features/validation/cache-grammarFromParse</link>
                   </td></tr>
  
  
  
  1.22      +2 -2      xml-xerces/c/doc/program-sax.xml
  
  Index: program-sax.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-sax.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- program-sax.xml	14 Dec 2004 15:21:42 -0000	1.21
  +++ program-sax.xml	21 Feb 2005 23:28:17 -0000	1.22
  @@ -313,8 +313,8 @@
                   <tr><th><em>false:</em></th><td>Parse the schema grammar.</td></tr>
                   <tr><th><em>default:</em></th><td> false </td></tr>
                   <tr><th><em>note:</em></th><td>The getter function for this method is called isUsingCachedGrammarInParse.</td></tr>
  -                <tr><th><em>note:</em></th><td>If the grammar caching option is enabled, this option is set to true automatically.
  -                Any setting to this option by the users is a no-op.</td></tr>
  +                <tr><th><em>note:</em></th><td>If the grammar caching option is enabled, this option is set to true automatically
  +                and any setting to this option by the user is a no-op.</td></tr>
                   <tr><th><em>see:</em></th><td>
                   <link anchor="cache-grammar">cacheGrammarFromParse</link>
                   </td></tr>
  
  
  
  1.28      +1 -1      xml-xerces/c/doc/program-sax2.xml
  
  Index: program-sax2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-sax2.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- program-sax2.xml	14 Dec 2004 15:21:42 -0000	1.27
  +++ program-sax2.xml	21 Feb 2005 23:28:17 -0000	1.28
  @@ -340,7 +340,7 @@
                   <tr><th><em>default:</em></th><td> false </td></tr>
                   <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesUseCachedGrammarInParse </td></tr>
                   <tr><th><em>note:</em></th><td>If http://apache.org/xml/features/validation/cache-grammarFromParse is enabled,
  -                this feature is set to true automatically. Any setting to this feature by the users is a no-op.</td></tr>
  +                this feature is set to true automatically and any setting to this feature by the user is a no-op.</td></tr>
                   <tr><th><em>see:</em></th><td>
                   <link anchor="cache-grammar">http://apache.org/xml/features/validation/cache-grammarFromParse</link>
                   </td></tr>
  
  
  
  1.40      +4 -3      xml-xerces/c/doc/program.xml
  
  Index: program.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- program.xml	21 Sep 2004 21:51:54 -0000	1.39
  +++ program.xml	21 Feb 2005 23:28:18 -0000	1.40
  @@ -24,11 +24,12 @@
         before using the API, and terminate it after you are done. This
         is achieved by the following code:</p>
   <source>
  +#include &lt;xercesc/util/PlatformUtils.hpp&gt;
  +// Other include files, declarations, and non-&XercesCName; initializations.
  +XERCES_CPP_NAMESPACE_USE 
  +  
   int main(int argc, char* argv[])
   {
  -  #include &lt;xercesc/util/PlatformUtils.hpp&gt;
  -  // Other include files, declarations, and non-&XercesCName; initializations.
  -
     try {
       XMLPlatformUtils::Initialize();
     }
  
  
  

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