diff options
-rw-r--r-- | doc/downloads.html | 9 | ||||
-rw-r--r-- | doc/news.html | 12 | ||||
-rw-r--r-- | doc/xslt.html | 27 |
3 files changed, 37 insertions, 11 deletions
diff --git a/doc/downloads.html b/doc/downloads.html index 41703334..3bd42fb9 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -78,10 +78,11 @@ A:link, A:visited, A:active { text-decoration: underline } <p>The latest versions of libxslt can be found on <a href="ftp://xmlsoft.org/">xmlsoft.org</a> (<a href="ftp://speakeasy.rpmfind.net/pub/libxml/">Seattle</a>, <a href="ftp://fr.rpmfind.net/pub/libxml/">France</a>) or on the <a href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">Gnome FTP server</a> either 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/stable/redhat/SRPMS/libxslt/">source</a> -or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxslt/">i386</a> -RPM packages, -Antonin Sprinzl also provides <a href="ftp://gd.tuwien.ac.at/pub/libxml/">a -mirror in Austria</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> +or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxslt/">i386</a> RPM +packages, Antonin Sprinzl also provides <a href="ftp://gd.tuwien.ac.at/pub/libxml/">a mirror in Austria</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 provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary diff --git a/doc/news.html b/doc/news.html index 2660c778..4f28799a 100644 --- a/doc/news.html +++ b/doc/news.html @@ -77,6 +77,18 @@ A:link, A:visited, A:active { text-decoration: underline } <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"> <h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> +<h3>1.0.18: May 27 2002</h3> +<ul> +<li>a number of bug fixes: attributes, extra namespace declarations + (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen, + Charles Bozeman and Geert Kloosterman), element-available (Richard + Jinks) </li> +<li>xsltproc can now list teh registered extensions thanks to Mark + Vakoc</li> +<li>there is a new API to save directly to a string + xsltSaveResultToString() by Morus Walter</li> +<li>specific error registration function for the python API</li> +</ul> <h3>1.0.17: April 29 2002</h3> <ul> <li>cleanup in code, XSLT debugger support and Makefiles for Windows by diff --git a/doc/xslt.html b/doc/xslt.html index c42399ac..c58320d8 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -177,13 +177,13 @@ href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">Gnome FTP server</a> either 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/stable/redhat/SRPMS/libxslt/">source</a> -or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxslt/">i386</a> -RPM packages, -Antonin Sprinzl also provides <a href="ftp://gd.tuwien.ac.at/pub/libxml/">a -mirror in Austria</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 +or <a +href="ftp://ftp.gnome.org/pub/GNOME/stable/redhat/i386/libxslt/">i386</a> RPM +packages, Antonin Sprinzl also provides <a +href="ftp://gd.tuwien.ac.at/pub/libxml/">a mirror in Austria</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 @@ -236,6 +236,19 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> +<h3>1.0.18: May 27 2002</h3> +<ul> + <li>a number of bug fixes: attributes, extra namespace declarations + (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen, + Charles Bozeman and Geert Kloosterman), element-available (Richard + Jinks) </li> + <li>xsltproc can now list teh registered extensions thanks to Mark + Vakoc</li> + <li>there is a new API to save directly to a string + xsltSaveResultToString() by Morus Walter</li> + <li>specific error registration function for the python API</li> +</ul> + <h3>1.0.17: April 29 2002</h3> <ul> <li>cleanup in code, XSLT debugger support and Makefiles for Windows by |