Remove documentation of no RTTI requirement

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1846201 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/readme.xml b/doc/readme.xml
index 181b4d4..d37be08 100644
--- a/doc/readme.xml
+++ b/doc/readme.xml
@@ -36,8 +36,8 @@
         </p>
         <p>The parser provides high performance, modularity, and scalability.    Source
         code, samples and API documentation are provided with the parser.   For
-        portability, care has been taken to make minimal use of templates,
-        no RTTI, and minimal use of #ifdefs.</p>
+        portability, care has been taken to make minimal use of templates and minimal use of
+        #ifdefs.</p>
 
     </s2>
 
diff --git a/xerces-c.spec b/xerces-c.spec
index 0fa6093..334a104 100644
--- a/xerces-c.spec
+++ b/xerces-c.spec
@@ -20,8 +20,8 @@
 
 The parser provides high performance, modularity, and scalability. Source
 code, samples and API documentation are provided with the parser. For
-portability, care has been taken to make minimal use of templates, no RTTI,
-and minimal use of #ifdefs.
+portability, care has been taken to make minimal use of templates and
+minimal use of #ifdefs.
 
 %package devel
 Requires:	%{name} = %{version}