diff options
author | William M. Brack <wbrack@src.gnome.org> | 2001-06-10 06:58:28 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2001-06-10 06:58:28 +0000 |
commit | 9ecd5f55df9244a73dbecc862c63968f27289b14 (patch) | |
tree | 240adf1d4c3f5e06180abada9744c0d90af5d829 | |
parent | 2a9d67d6c3e0ed34ff6537c806d63eea9f8cc5b9 (diff) | |
download | libxslt-9ecd5f55df9244a73dbecc862c63968f27289b14.tar.gz libxslt-9ecd5f55df9244a73dbecc862c63968f27289b14.tar.bz2 libxslt-9ecd5f55df9244a73dbecc862c63968f27289b14.zip |
posted changes commited earlier
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Jun 10 13:37:33 HKT 2001 William Brack <wbrack@mmm.com.hk> + + * libxslt/transform.c: fixed problems with document() in + xsltApplyTemplates and xsltForEach. Cleaned up several + error messages. + * libxslt/keys.c: saved and restored ctxt->document within + xsltInitKey to fix problem with keys when doc changed + * libxslt/documents.[ch]: added new procedure xsltFindDocument + needed when document() causes a change of doc within + xsltApplyTemplates and xsltForEach + Thu Jun 7 21:31:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> * libxslt/xsltutils.[ch]: closing bug #55683 required to add |