diff --git a/ChangeLog b/ChangeLog
index bc95e476..6d02d4b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 15 16:53:20 CET 2001 Daniel Veillard
+
+ * xpathInternals.h: exported a few axis functions
+ * doc/xml.html: updated the doc
+
Thu Feb 15 15:57:14 CET 2001 Daniel Veillard
* configure.in: applied patch from Daniel van Balen for OpenBSD
diff --git a/doc/xml.html b/doc/xml.html
index edc55044..700b8512 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -55,6 +55,7 @@ alt="W3C Logo">
libxml Memory interfaces
a short introduction about DTDs and
libxml
+ the libxslt page
@@ -229,15 +230,41 @@ for a really accurate description
Item floating around but not actively worked on, get in touch with me if
you want to test those
- - Implementing XSLT, this is done
- as a separate C library on top of libxml called libxslt, not released yet
- but available from CVS
+ - Implementing XSLT, this is done as
+ a separate C library on top of libxml called libxslt, not released yet but
+ available from CVS
- Finishing up XPointer and XInclude
- (seeems working but delayed from release) parsing/import of Docbook SGML
docs
+2.3.1: Feb 15 2000
+
+ - some XPath and HTML bug fixes for XSLT
+ - small extension of the hash table interfaces for DOM gdome2
+ implementation
+ - A few bug fixes
+
+
+2.3.0: Feb 8 2000 (2.2.12 was on 25 Jan but I didn't kept track)
+
+ - Lots of XPath bug fixes
+ - Add a mode with Dtd lookup but without validation error reporting for
+ XSLT
+ - Add support for text node without escaping (XSLT)
+ - bug fixes for xmlCheckFilename
+ - validation code bug fixes from Gary Pennington
+ - Patch from Paul D. Smith correcting URI path normalization
+ - Patch to allow simultaneous install of libxml-devel and
+ libxml2-devel
+ - the example Makefile is now fixed
+ - added HTML to the RPM packages
+ - tree copying bugfixes
+ - updates to Windows makefiles
+ - optimisation patch from Bjorn Reese
+
+
2.2.11: Jan 4 2000
- bunch of bug fixes (memory I/O, xpath, ftp/http, ...)
@@ -615,6 +642,8 @@ it is used to encode remote calls between a client and a server.
+Check the separate libxslt page
+
XSL Transformations, is a language
for transforming XML documents into other XML documents (or HTML/textual
output).
@@ -623,8 +652,8 @@ output).
module "libxslt" can be found in the Gnome CVS base too.
You can check the features
-supported and the progresses on the features supported
+and the progresses on the Changelog
An overview of libxml architecture
@@ -1410,6 +1439,6 @@ Gnome CVS base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.65 2001/01/23 11:39:52 veillard Exp $
+$Id: xml.html,v 1.66 2001/01/29 08:22:12 veillard Exp $