aboutsummaryrefslogtreecommitdiffstats
path: root/doc/intro.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-17 10:34:11 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-17 10:34:11 +0000
commit2d347fac9815f5c4a1c9073b4e04c892a5245c8a (patch)
tree3eac8488ffa0157f41e1544afff6ab8f45c22921 /doc/intro.html
parent38bf6f042507c6051bfa2db5cc9b6666cfc35c2a (diff)
downloadandroid_external_libxml2-2d347fac9815f5c4a1c9073b4e04c892a5245c8a.tar.gz
android_external_libxml2-2d347fac9815f5c4a1c9073b4e04c892a5245c8a.tar.bz2
android_external_libxml2-2d347fac9815f5c4a1c9073b4e04c892a5245c8a.zip
applied a new patch from Aleksey Sanin updated the documentation to
* c14n.c: applied a new patch from Aleksey Sanin * doc/site.xsl doc/xml.html doc/*.html: updated the documentation to reference Aleksey implementation of XML digital Signatures Daniel
Diffstat (limited to 'doc/intro.html')
-rw-r--r--doc/intro.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/intro.html b/doc/intro.html
index 953c8ac4..cbd4ebfe 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -75,10 +75,11 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
<li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li>
+<li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li>
<li><a href="ftp://xmlsoft.org/">FTP</a></li>
<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li>
<li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
-<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Bug Tracker</a></li>
+<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&amp;product=libxml2">Bug Tracker</a></li>
</ul></td></tr>
</table>
</td></tr></table></td>
@@ -87,11 +88,11 @@ A:link, A:visited, A:active { text-decoration: underline }
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 exports Push (progressive) and Pull (blocking) 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 <a 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>Libxml includes complete <a 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>
@@ -106,7 +107,7 @@ structured documents/data.</p>
wording.</li>
</ul>
<p>Warning: unless you are forced to because your application links with a
-Gnome library requiring it, <strong><span style="background-color: #FF0000">Do Not Use libxml1</span></strong>, use
+Gnome-1.X library requiring it, <strong><span style="background-color: #FF0000">Do Not Use libxml1</span></strong>, use
libxml2</p>
<p><a href="bugs.html">Daniel Veillard</a></p>
</td></tr></table></td></tr></table></td></tr></table></td>