From d8dc762f0f9a239a5cab714a9af54bae315c78df Mon Sep 17 00:00:00 2001
From: Rahul Jain <rahulj@apache.org>
Date: Tue, 20 Jun 2000 04:06:35 +0000
Subject: [PATCH] Fixed errors. Now it builds.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172188 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/pparse.xml   | 2 +-
 doc/saxcount.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/pparse.xml b/doc/pparse.xml
index b4069584c..6a45480c0 100644
--- a/doc/pparse.xml
+++ b/doc/pparse.xml
@@ -42,7 +42,7 @@ gmake</source>
 <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
diff --git a/doc/saxcount.xml b/doc/saxcount.xml
index 9cc21e381..6683ce42a 100644
--- a/doc/saxcount.xml
+++ b/doc/saxcount.xml
@@ -30,10 +30,10 @@ gmake</source>
 
           <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 @@ personal.xml: 10 ms (37 elems, 12 attrs, 0 spaces, 268 chars)</source>
         </s3>
 
     </s2>
-</s1>
\ No newline at end of file
+</s1>
-- 
GitLab