From 40a98a10d8e1aa5b88cf2b7401c9a764bc7d74cd Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Tue, 13 Nov 2001 14:03:27 +0000
Subject: [PATCH] Update documentation as of latest code-based.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173222 13f79535-47bb-0310-9956-ffa450edef68
---
 credits.txt      |  1 +
 doc/feedback.xml |  1 +
 doc/releases.xml | 35 +++++++++++++++++++++++++++++------
 3 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/credits.txt b/credits.txt
index c34263d60..eb9e23377 100644
--- a/credits.txt
+++ b/credits.txt
@@ -86,6 +86,7 @@ John Warrier
 Mark Weaver
 Roger Webster
 Robert Weir
+Carolyn Weiss
 Kari Whitcomb
 Dietrich Wolf
 Kirk Wylie
diff --git a/doc/feedback.xml b/doc/feedback.xml
index 829014bea..9c50de659 100644
--- a/doc/feedback.xml
+++ b/doc/feedback.xml
@@ -111,6 +111,7 @@
             <li>Mark Weaver</li>
             <li>Roger Webster</li>
             <li>Robert Weir</li>
+            <li>Carolyn Weiss</li>
             <li>Kari Whitcomb</li>
             <li>Dietrich Wolf</li>
             <li>Kirk Wylie</li>
diff --git a/doc/releases.xml b/doc/releases.xml
index f2154dd95..4f498cdd8 100644
--- a/doc/releases.xml
+++ b/doc/releases.xml
@@ -11,10 +11,32 @@
         <td>Description</td>
     </tr>
 
+    <tr>
+        <td>2001-11-13</td>
+        <td>Tinny Ng</td>
+        <td>Move root element check from XMLValidator to XMLScanner
+            and deprecate XMLValidator::checkRootElement().
+        </td>
+    </tr>
+
+    <tr>
+        <td>2001-11-13</td>
+        <td>Tinny Ng</td>
+        <td>Update documentation for DefaultHandler and DOMParser.
+        </td>
+    </tr>
+
+    <tr>
+        <td>2001-11-09</td>
+        <td>Tinny Ng</td>
+        <td>Regular Expression: Update the Block Names and Block Range to comply to the latest standard.
+        </td>
+    </tr>
+
     <tr>
         <td>2001-11-09</td>
         <td>Carolyn Weiss</td>
-        <td>DOMIdTest/MemParse fix: Pulled the hardcoded encoding out of the document
+        <td>DOMIDTest/MemParse fix: Pulled the hardcoded encoding out of the document
             itself and made it a #define to make it easier to support other encodings.
         </td>
     </tr>
@@ -23,21 +45,21 @@
         <td>2001-11-09</td>
         <td>Carolyn Weiss</td>
         <td>DOMMemTest fix: Changed some literal values to their equivalent hex values
-            so they work correctly on both ascii and EBCDIC systems.
+            so they work correctly on both ASCII and EBCDIC systems.
         </td>
     </tr>
 
     <tr>
         <td>2001-11-09</td>
         <td>Linda Swan</td>
-        <td>Bug Fix: maxChars in copyNString is more related to the target than the src.
+        <td>Bug Fix: maxChars in XMLString::copyNString is more related to the target than the src.
         </td>
     </tr>
 
     <tr>
         <td>2001-11-07</td>
         <td>Tinny Ng</td>
-        <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any*/PCDataNode.
+        <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode.
         </td>
     </tr>
 
@@ -63,7 +85,8 @@
              YearDatatypeValidator, <br/>
              YearMonthDatatypeValidator, <br/>
              DurationDatatypeValidator. <br/>
-             Add XMLDateTime.
+             Add SchemaDataTimeException, <br/>
+             XMLDateTime.
         </td>
     </tr>
 
@@ -125,7 +148,7 @@
     </tr>
 
     <tr>
-        <td>2001-10-29</td>
+        <td>2001/10/29</td>
         <td>Tinny Ng</td>
         <td>Update samples doc to reflect the latest changes.  Also update runConfigure usage
             in build doc to reflect the latest changes.
-- 
GitLab