fixed a stupid () error + Mark name. Daniel

* xpath.c: fixed a stupid () error + Mark name.
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 1105002..c0ec9ff 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -78,7 +78,7 @@
 </ul>
 
 <p>In most cases libxml2 tries to implement the specifications in a
-relatively strictly compliant way. As of release 2.4.16, libxml2 passes all
+relatively strictly compliant way. As of release 2.4.16, libxml2 passed all
 1800+ tests from the <a
 href="http://www.oasis-open.org/committees/xml-conformance/">OASIS XML Tests
 Suite</a>.</p>
@@ -88,16 +88,14 @@
 <ul>
   <li>Document Object Model (DOM) <a
     href="http://www.w3.org/TR/DOM-Level-2-Core/">http://www.w3.org/TR/DOM-Level-2-Core/</a>
-    it doesn't implement the API itself, gdome2 does this on top of
-  libxml2</li>
+    the document model, but it doesn't implement the API itself,
+    gdome2 does this on top of libxml2</li>
   <li><a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a> :
     libxml2 implements a basic FTP client code</li>
   <li><a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a> :
     HTTP/1.0, again a basic HTTP client code</li>
-  <li>SAX: a minimal SAX implementation compatible with early expat
-  versions</li>
-  <li>DocBook SGML v4: libxml2 includes a hackish parser to transition to
-  XML</li>
+  <li>SAX: a SAX2 like interface and a minimal SAX1 implementation compatible
+    with early expat versions</li>
 </ul>
 
 <p>A partial implementation of <a