Skip to content
Snippets Groups Projects
Commit d659738b authored by Tinny Ng's avatar Tinny Ng
Browse files

Add FAQ about XPath support

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174254 13f79535-47bb-0310-9956-ffa450edef68
parent 3e9d7183
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ SUCH DAMAGE.</source> ...@@ -45,8 +45,8 @@ SUCH DAMAGE.</source>
<a> <a>
<p>The version string for &XercesCName; is in one of the header files. Look <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 inside the file <code>src/xercesc/util/XercesVersion.hpp</code> or, in the binary distribution,
something similar). This is the version of &XercesCName; you are using.</p> 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 <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 information from the shared library name. On Windows right click on
...@@ -158,4 +158,21 @@ SUCH DAMAGE.</source> ...@@ -158,4 +158,21 @@ SUCH DAMAGE.</source>
</a> </a>
</faq> </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> </faqs>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment