summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-01-23 13:16:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-01-23 13:16:56 +0000
commit144b683bad77af1dec371da82dfdb693a66c96fc (patch)
tree82fd5a831ecb6c6d5bf1619d13ee6f33f3f9e373 /doc
parent180e464255e137b2dcdc057aee6190f5c6f6fe4c (diff)
downloadlibxslt-144b683bad77af1dec371da82dfdb693a66c96fc.tar.gz
libxslt-144b683bad77af1dec371da82dfdb693a66c96fc.tar.bz2
libxslt-144b683bad77af1dec371da82dfdb693a66c96fc.zip
Someone was picky :-), Daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/extensions.html2
-rw-r--r--doc/index.html4
-rw-r--r--doc/xslt.html6
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/extensions.html b/doc/extensions.html
index 0e5c4d0c..2171076a 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -87,7 +87,7 @@ A:link, A:visited, A:active { text-decoration: underline }
</ul>
<h3><a name="Introducti1">Introduction</a></h3>
<p>This document describes the work needed to write extensions to the
-standard XSLT library for use with <a href="http://xmlsoft.org/XSLT/">libxslt</a>, the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library developped for the <a href="http://www.gnome.org/">Gnome</a> project.</p>
+standard XSLT library for use with <a href="http://xmlsoft.org/XSLT/">libxslt</a>, the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library developed for the <a href="http://www.gnome.org/">Gnome</a> project.</p>
<p>Before starting reading this document it is highly recommended to get
familiar with <a href="internals.html">the libxslt internals</a>.</p>
<p>Note: this documentation is by definition incomplete and I am not good at
diff --git a/doc/index.html b/doc/index.html
index 4faf52b8..dee50c6c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -64,8 +64,8 @@ A:link, A:visited, A:active { text-decoration: underline }
</td></tr></table></td>
<td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
<p>Libxslt is the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library
-developped for the Gnome project. XSLT itself is a an XML language to define
-transformation for XML. Libxslt is based on <a href="http://xmlsoft.org/">libxml2</a> the XML C library developped for the
+developed for the Gnome project. XSLT itself is a an XML language to define
+transformation for XML. Libxslt is based on <a href="http://xmlsoft.org/">libxml2</a> the XML C library developed for the
Gnome project. It also implements most of the EXSLT set of extensions
functions and some of Saxon's evaluate and expressions extensions.</p>
<p>People can either embed the library in their application or use xsltproc
diff --git a/doc/xslt.html b/doc/xslt.html
index 40409805..ddc1d446 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -13,9 +13,9 @@
<h1 style="text-align: center">libxslt</h1>
<p>Libxslt is the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library
-developped for the Gnome project. XSLT itself is a an XML language to define
+developed for the Gnome project. XSLT itself is a an XML language to define
transformation for XML. Libxslt is based on <a
-href="http://xmlsoft.org/">libxml2</a> the XML C library developped for the
+href="http://xmlsoft.org/">libxml2</a> the XML C library developed for the
Gnome project. It also implements most of the EXSLT set of extensions
functions and some of Saxon's evaluate and expressions extensions.</p>
@@ -1154,7 +1154,7 @@ xsltCompMatch).</p>
<p>This document describes the work needed to write extensions to the
standard XSLT library for use with <a
href="http://xmlsoft.org/XSLT/">libxslt</a>, the <a
-href="http://www.w3.org/TR/xslt">XSLT</a> C library developped for the <a
+href="http://www.w3.org/TR/xslt">XSLT</a> C library developed for the <a
href="http://www.gnome.org/">Gnome</a> project.</p>
<p>Before starting reading this document it is highly recommended to get