Adding references to XMLwrapp the C++ wrapper, Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 634f3f5..d31c725 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -121,7 +121,7 @@
 </p>
 <p>Most linux and Bsd distribution includes libxml, this is probably the
     safer way for end-users</p>
-<p>David Doolin provides precompiled Windows versions at <a href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/         ">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
+<p>David Doolin provides precompiled Windows versions at <a href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/%20%20%20%20%20%20%20%20%20">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
 </p>
 </li>
 <li>
@@ -318,13 +318,20 @@
     <p>libxml is written in pure C in order to allow easy reuse on a number
     of platforms, including embedded systems. I don't intend to convert to
     C++.</p>
-<p>There is however a C++ wrapper provided by Ari Johnson
-    &lt;ari@btigate.com&gt; which may fullfill your needs:</p>
-<p>Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a>
+<p>There is however a few C++ wrappers which may fullfill your needs:</p>
+<ul>
+<li>by Ari Johnson &lt;ari@btigate.com&gt;:
+        <p>Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a>
 </p>
-<p>Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
+<p>Download: <a href="http://lusis.org/~ari/xml%2B%2B/libxml%2B%2B.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
 </p>
 </li>
+<li>by Peter Jones &lt;pjones@pmade.org&gt;
+        <p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a>
+</p>
+</li>
+</ul>
+</li>
 <li>How to validate a document a posteriori ?
     <p>It is possible to validate documents which had not been validated at
     initial parsing time or documents who have been built from scratch using