You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/10 00:46:07 UTC

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

jpolast     00/08/09 15:46:07

  Modified:    c/samples/SAX2Count SAX2Count.cpp
  Log:
  replace occurences of SAXCount with SAX2Count
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/c/samples/SAX2Count/SAX2Count.cpp
  
  Index: SAX2Count.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/SAX2Count.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SAX2Count.cpp	2000/08/09 22:40:15	1.2
  +++ SAX2Count.cpp	2000/08/09 22:46:06	1.3
  @@ -56,6 +56,9 @@
   
   /*
   * $Log: SAX2Count.cpp,v $
  +* Revision 1.3  2000/08/09 22:46:06  jpolast
  +* replace occurences of SAXCount with SAX2Count
  +*
   * Revision 1.2  2000/08/09 22:40:15  jpolast
   * updates for changes to sax2 core functionality.
   *
  @@ -80,7 +83,7 @@
   void usage()
   {
       cout << "\nUsage:\n"
  -            "    SAXCount [options] <XML file>\n\n"
  +            "    SAX2Count [options] <XML file>\n\n"
               "Options:\n"
               "    -v=xxx      Validation scheme [always | never | auto*]\n"
               "    -n          Disable namespace processing. Defaults to on.\n\n"