You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/06/20 06:06:36 UTC

cvs commit: xml-xerces/c/doc pparse.xml saxcount.xml

rahulj      00/06/19 21:06:36

  Modified:    c/doc    pparse.xml saxcount.xml
  Log:
  Fixed errors. Now it builds.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xerces/c/doc/pparse.xml
  
  Index: pparse.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/pparse.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pparse.xml	2000/06/20 02:28:53	1.4
  +++ pparse.xml	2000/06/20 04:06:35	1.5
  @@ -42,7 +42,7 @@
   <source>PParse &lt;XML file&gt;</source>
   
   <source>
  -Usage: PParse [options] <file>
  +Usage: PParse [options] &lt;file>
   
   This sample program demonstrates the progressive parse capabilities of
   the parser system. It allows you to do a scanFirst() call followed by
  
  
  
  1.4       +3 -3      xml-xerces/c/doc/saxcount.xml
  
  Index: saxcount.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/saxcount.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- saxcount.xml	2000/06/20 02:28:53	1.3
  +++ saxcount.xml	2000/06/20 04:06:35	1.4
  @@ -30,10 +30,10 @@
   
             <p>The SAXCount sample parses an XML file and prints out a count of the number of
             elements in the file. To run SAXCount, enter the following </p>
  -<source>SAXCount &lt;XML File&gt;</source>
  +          <source>SAXCount &lt;XML File&gt;</source>
             <p>The following parameters may be set from the command line </p>
   <source>Usage:
  -    SAXCount [options] <XML file>
  +    SAXCount [options] &lt;XML file>
   
   Options:
       -v=xxx      Validation scheme [always | never | auto*]
  @@ -61,4 +61,4 @@
           </s3>
   
       </s2>
  -</s1>
  \ No newline at end of file
  +</s1>