diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-04-02 02:25:16 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-04-02 02:25:16 +0000 |
commit | 12152b2071f515766ac7fe55a70a268e67ff8165 (patch) | |
tree | efbc10d37ab65028ffc78d2e439492c07646cb64 | |
parent | 671311a428f547dce507b22bc95e7b4d107ca6ce (diff) | |
download | libxslt-12152b2071f515766ac7fe55a70a268e67ff8165.tar.gz libxslt-12152b2071f515766ac7fe55a70a268e67ff8165.tar.bz2 libxslt-12152b2071f515766ac7fe55a70a268e67ff8165.zip |
Updates with EXSLT links, Daniel
-rw-r--r-- | doc/contribs.html | 9 | ||||
-rw-r--r-- | doc/downloads.html | 4 | ||||
-rw-r--r-- | doc/index.html | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/doc/contribs.html b/doc/contribs.html index 8ae6e65d..bfe3ae2f 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -81,8 +81,8 @@ A:link, A:visited, A:active { text-decoration: underline } spent quite some time debugging non-trivial problems in early versions of libxslt</li> <li> -<a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the - maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he +<a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now + the maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he provides binaries</a> </li> <li>Thomas Broyer provided a lot of suggestions, and drafted most of the @@ -104,9 +104,8 @@ A:link, A:visited, A:active { text-decoration: underline } libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for Python</a> </li> -<li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for - Tcl</a> -</li> +<li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2</a> and <a href="http://tclxml.sourceforge.net/tclxslt.html">libxslt</a> bindings + for Tcl</li> </ul> <p>I'm still waiting for someone to contribute a simple XSLT processing module for Apache :-)</p> diff --git a/doc/downloads.html b/doc/downloads.html index 8c24d0ff..c9aea533 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -78,8 +78,8 @@ A:link, A:visited, A:active { text-decoration: underline } as a <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxslt/">source archive</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/contrib/redhat/SRPMS/">RPM packages</a>. (NOTE that you need the <a href="http://rpmfind.net/linux/RPM/libxml2.html">libxml2</a>, <a href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml2-devel</a>, <a href="http://rpmfind.net/linux/RPM/libxslt.html">libxslt</a> and <a href="http://rpmfind.net/linux/RPM/libxslt-devel.html">libxslt-devel</a> -packages installed to compile applications using libxslt.) <a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the maintainer -of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he +packages installed to compile applications using libxslt.) <a href="mailto:igor@stud.fh-frankfurt.de">Igor Zlatkovic</a> is now the +maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris binaries</a>.</p> diff --git a/doc/index.html b/doc/index.html index ad387be6..38ababc4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -77,7 +77,7 @@ A:link, A:visited, A:active { text-decoration: underline } <p>Libxslt is the <a href="http://www.w3.org/TR/xslt">XSLT</a> C library 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 +Gnome project. It also implements most of the <a href="http://www.exslt.org/">EXSLT</a> set of processor-portable 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 the command line processing tool. This library is free software and can be |