mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-10 04:24:01 +00:00
Added a link about binding on top of the presentation, Daniel
This commit is contained in:
parent
0bbefe7345
commit
1eb242413e
@ -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>
|
||||
|
@ -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->closecallback = NULL; /* No close callback */
|
||||
}
|
||||
return(ret); <br>
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
@ -220,6 +220,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
ret->closecallback = NULL; /* No close callback */
|
||||
}
|
||||
return(ret); <br>
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Loading…
x
Reference in New Issue
Block a user