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/11/22 15:47:54 UTC

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

tng         01/11/22 06:47:54

  Modified:    c/samples/EnumVal EnumVal.cpp
  Log:
  Use the phrase "Grammar" instead of "Validator" in EnumVal and SEnumVal Description.
  
  Revision  Changes    Path
  1.15      +4 -1      xml-xerces/c/samples/EnumVal/EnumVal.cpp
  
  Index: EnumVal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/EnumVal/EnumVal.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- EnumVal.cpp	2001/10/25 15:18:33	1.14
  +++ EnumVal.cpp	2001/11/22 14:47:54	1.15
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: EnumVal.cpp,v $
  + * Revision 1.15  2001/11/22 14:47:54  tng
  + * Use the phrase "Grammar" instead of "Validator" in EnumVal and SEnumVal Description.
  + *
    * Revision 1.14  2001/10/25 15:18:33  tng
    * delete the parser before XMLPlatformUtils::Terminate.
    *
  @@ -179,7 +182,7 @@
       cout << "\nUsage:\n"
               "    EnumVal <XML file>\n\n"
               "This program parses the specified XML file, then shows how to\n"
  -            "enumerate the contents of the validator pools. Essentially,\n"
  +            "enumerate the contents of the DTD Grammar. Essentially,\n"
               "shows how one can access the DTD information stored in internal\n"
               "data structures.\n"
            << endl;
  
  
  

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