Added a link about binding on top of the presentation, Daniel

This commit is contained in:
Daniel Veillard 2002-03-18 11:33:03 +00:00
parent 0bbefe7345
commit 1eb242413e
3 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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:

View File

@ -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: