aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.html3
-rw-r--r--doc/xml.html4
-rw-r--r--doc/xmlio.html1
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index ee34457b..7add2341 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -89,7 +89,8 @@ A:link, A:visited, A:active { text-decoration: underline }
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>
<ul>
diff --git a/doc/xml.html b/doc/xml.html
index 1d1b5d21..b38ccdbc 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -21,7 +21,8 @@ site</a></h1>
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 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
        ret-&gt;closecallback = NULL; /* No close callback */
    }
    return(ret); <br>
+
} </pre>
</li>
<li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index a87763ec..168b1a6b 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -220,6 +220,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
        ret-&gt;closecallback = NULL; /* No close callback */
    }
    return(ret); <br>
+
} </pre>
</li>
<li>And then use it to save the document: