Added a link about binding on top of the presentation, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 1d1b5d2..b38ccdb 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -21,7 +21,8 @@
 is a metalanguage to design markup languages, i.e. text language where
 semantic and structure are added to the content using extra "markup"
 information enclosed between angle bracket. HTML is the most well-known
-markup language.</p>
+markup language. Though the library is written in C <a href="python.html">a
+variety of language binding</a> makes it available in other environments.</p>
 
 <p>Libxml2 implements a number of existing standards related to markup
 languages:</p>
@@ -2526,6 +2527,7 @@
         ret-&gt;closecallback = NULL;  /* No close callback */
     }
     return(ret); <br>
+
 } </pre>
   </li>
   <li>And then use it to save the document: