IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
<ahref="http://www.gnome.org/"><imgsrc="smallfootonly.gif"alt="Gnome Logo"></a><ahref="http://www.w3.org/Status"><imgsrc="w3c.png"alt="W3C Logo"></a><ahref="http://www.redhat.com/"><imgsrc="redhat.gif"alt="Red Hat Logo"></a>
<p>This document describes libxml, the <ahref="http://www.w3.org/XML/">XML</a> C library developped for the <ahref="http://www.gnome.org/">Gnome</a> project. <ahref="http://www.w3.org/XML/">XML is a standard</a> for building tag-based
structured documents/data.</p>
<p>Here are some key points about libxml:</p>
<ul>
<li>Libxml exports Push and Pull type parser interfaces for both XML and
HTML.</li>
<li>Libxml can do DTD validation at parse time, using a parsed document
instance, or with an arbitrary DTD.</li>
<li>Libxml now includes nearly complete <ahref="http://www.w3.org/TR/xpath">XPath</a>, <ahref="http://www.w3.org/TR/xptr">XPointer</a> and <ahref="http://www.w3.org/TR/xinclude">XInclude</a> implementations.</li>
<li>It is written in plain C, making as few assumptions as possible, and
sticking closely to ANSI C/POSIX for easy embedding. Works on
Linux/Unix/Windows, ported to a number of other platforms.</li>
<li>Basic support for HTTP and FTP client allowing aplications to fetch
remote resources</li>
<li>The design is modular, most of the extensions can be compiled out.</li>
<li>The internal document repesentation is as close as possible to the <ahref="http://www.w3.org/DOM/">DOM</a> interfaces.</li>
<li>Libxml also has a <ahref="http://www.megginson.com/SAX/index.html">SAX
like interface</a>; the interface is designed to be compatible with <ahref="http://www.jclark.com/xml/expat.html">Expat</a>.</li>
<li>This library is released both under the <ahref="http://www.w3.org/Consortium/Legal/copyright-software-19980720.html">W3C
IPR</a> and the <ahref="http://www.gnu.org/copyleft/lesser.html">GNU
LGPL</a>. Use either at your convenience, basically this should make
everybody happy, if not, drop me a mail.</li>
</ul>
<p>Warning: unless you are forced to because your application links with a
Gnome library requiring it, <strong><spanstyle="background-color: #FF0000">Do Not Use libxml1</span></strong>, use