summaryrefslogtreecommitdiff
path: root/doc/intro.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-07-07 14:16:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-07-07 14:16:22 +0000
commite3f99973faa8a36bfa47600efaccee4c9c9b64b1 (patch)
tree2389aeaca10d06ff828d826fe246f735db299bf0 /doc/intro.html
parent1bd28e5a88b25dbce0bd9d0f12f9659d3b43afbd (diff)
downloadlibxslt-e3f99973faa8a36bfa47600efaccee4c9c9b64b1.tar.gz
libxslt-e3f99973faa8a36bfa47600efaccee4c9c9b64b1.tar.bz2
libxslt-e3f99973faa8a36bfa47600efaccee4c9c9b64b1.zip
Fixed the CVS snapshot link as pointed by Ken Neighbors, Daniel
Diffstat (limited to 'doc/intro.html')
-rw-r--r--doc/intro.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/intro.html b/doc/intro.html
index abdbcad4..a79a9d6b 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -81,15 +81,15 @@ the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library developed for the
<p>Here are some key points about libxslt:</p>
<ul>
<li>Libxslt is a C implementation</li>
-<li>Libxslt is based on libxml for XML parsing, tree manipulation and XPath
+ <li>Libxslt is based on libxml for XML parsing, tree manipulation and XPath
support</li>
-<li>It is written in plain C, making as few assumptions as possible, and
+ <li>It is written in plain C, making as few assumptions as possible, and
sticking closely to ANSI C/POSIX for easy embedding. Should works on
Linux/Unix/Windows.</li>
-<li>This library is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
+ <li>This library is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
Licence</a>
</li>
-<li>Though not designed primarily with performances in mind, libxslt seems
+ <li>Though not designed primarily with performances in mind, libxslt seems
to be a relatively fast processor.</li>
</ul>
<p><a href="bugs.html">Daniel Veillard</a></p>