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 2001/06/25 17:52:12 UTC

cvs commit: xml-xerces/c/samples/IDOMCount IDOMCount.cpp

tng         01/06/25 08:52:11

  Modified:    c/samples/IDOMCount IDOMCount.cpp
  Log:
  Typo: The help display for IDOMCount incorrectly says DOMCount.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xerces/c/samples/IDOMCount/IDOMCount.cpp
  
  Index: IDOMCount.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/IDOMCount/IDOMCount.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IDOMCount.cpp	2001/05/28 21:25:01	1.3
  +++ IDOMCount.cpp	2001/06/25 15:52:09	1.4
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: IDOMCount.cpp,v 1.3 2001/05/28 21:25:01 tng Exp $
  + * $Id: IDOMCount.cpp,v 1.4 2001/06/25 15:52:09 tng Exp $
    */
   
   // ---------------------------------------------------------------------------
  @@ -82,7 +82,7 @@
   static void usage()
   {
       cout << "\nUsage:\n"
  -            "    DOMCount [-v -n] {XML file}\n\n"
  +            "    IDOMCount [-v -n] {XML file}\n\n"
               "This program invokes the XML4C DOM parser, builds\n"
               "the DOM tree, and then prints the number of elements\n"
               "found in the input XML file.\n\n"
  
  
  

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