From 5e5be2242dca272dcc157ab0ce94cc54c4c5517c Mon Sep 17 00:00:00 2001
From: Neil Graham <neilg@apache.org>
Date: Tue, 15 Jun 2004 14:57:56 +0000
Subject: [PATCH] we have supported C++ namespaces for ages; remove text that
 appears to indicate this is a new feature

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175922 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/program-others.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/program-others.xml b/doc/program-others.xml
index c6cedd10d..43201e76c 100644
--- a/doc/program-others.xml
+++ b/doc/program-others.xml
@@ -371,7 +371,7 @@ parser->parse(xmlFile2);
     <anchor name="CPPNamespace"/>
     <s2 title="Using C++ Namespace">
 
-        <p>&XercesCName; &XercesCVersion; now supports C++ Namespace.</p>
+        <p>&XercesCName; &XercesCVersion; supports C++ Namespace.</p>
 
         <p>The macro <code>XERCES_HAS_CPP_NAMESPACE</code> is defined in each Compiler
            Definition file if C++ Namespace is supported.</p>
-- 
GitLab