From d659738b60e83963357f06124739f88f1611c20d Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Fri, 27 Sep 2002 14:45:32 +0000
Subject: [PATCH] Add FAQ about XPath support

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174254 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/faq-other.xml | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/doc/faq-other.xml b/doc/faq-other.xml
index dcc203624..b1d6d8966 100644
--- a/doc/faq-other.xml
+++ b/doc/faq-other.xml
@@ -45,8 +45,8 @@ SUCH DAMAGE.</source>
         <a>
 
            <p>The version string for &XercesCName; is in one of the header files. Look
-           inside the file <code>src/xercesc/util/XercesDefs.hpp</code> or, in the binary distribution, look in <code>include/xercesc/utils/XercesDefs.hpp</code>. Search for the static variable <code>gXercesFullVersionStr</code> and look at its definition. (It is usually a string like "1_4_0" or
-           something similar). This is the version of &XercesCName; you are using.</p>
+           inside the file <code>src/xercesc/util/XercesVersion.hpp</code> or, in the binary distribution,
+           look in <code>include/xercesc/utils/XercesVersion.hpp</code>. </p>
 
            <p>If you don't have the header files, you have to find the version
            information from the shared library name. On Windows right click on
@@ -158,4 +158,21 @@ SUCH DAMAGE.</source>
     </a>
   </faq>
 
+  <faq title="Does &XercesCName; support XPath?">
+
+    <q> Does &XercesCName; support XPath?</q>
+
+    <a>
+
+      <p>No.  The &XercesCName; &XercesCVersion; only has partial XPath implementation
+         for the purposes of handling Schema identity constraints.  For full XPath
+         support, you can refer
+         <jump href="http://xml.apache.org/xalan-c/overview.html">Apache Xalan C++</jump> or
+         other Open Source Project like
+         <jump href="http://software.decisionsoft.com">Pathan</jump>.
+       </p>
+
+    </a>
+  </faq>
+
 </faqs>
-- 
GitLab