mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-24 02:03:48 +03:00
Added XInclude, Daniel
This commit is contained in:
parent
09ab7e1c1c
commit
8c2ecafa59
@ -78,8 +78,9 @@ structured documents/data.</p>
|
||||
<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 <a
|
||||
href="http://www.w3.org/TR/xpath">XPath</a> and <a
|
||||
href="http://www.w3.org/TR/xptr">XPointer</a> implementations.</li>
|
||||
href="http://www.w3.org/TR/xpath">XPath</a>, <a
|
||||
href="http://www.w3.org/TR/xptr">XPointer</a> and <a
|
||||
href="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>
|
||||
@ -1646,6 +1647,6 @@ Gnome CVS base under gnome-xml/example</p>
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xml.html,v 1.100 2001/07/07 00:18:22 veillard Exp $</p>
|
||||
<p>$Id: xml.html,v 1.101 2001/07/10 15:49:42 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user