diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-07-13 15:06:14 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-07-13 15:06:14 +0000 |
commit | cd6168c4467e61146d141d3bd315267f86de2ada (patch) | |
tree | 0f8b0280b2bfac7ab6a7194bc7b38d16276e5efe /ChangeLog | |
parent | 36006fefbe271379be22d0455b0572b9de8fb6ec (diff) | |
download | libxslt-cd6168c4467e61146d141d3bd315267f86de2ada.tar.gz libxslt-cd6168c4467e61146d141d3bd315267f86de2ada.tar.bz2 libxslt-cd6168c4467e61146d141d3bd315267f86de2ada.zip |
added some logic to xsltKeyFunction to set the transform context doc ptr
* libxslt/functions.c: added some logic to xsltKeyFunction
to set the transform context doc ptr when the xpath context
doc is different (bug 147445)
* tests/exslt/common/Makefile.am, tests/exslt/common/node-set.5*
and tests/exslt/common/node-set.6*: added regression tests
for bug 145547 (UNION and FILTER for RVT's)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Jul 13 22:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk> + + * libxslt/functions.c: added some logic to xsltKeyFunction + to set the transform context doc ptr when the xpath context + doc is different (bug 147445) + * tests/exslt/common/Makefile.am, tests/exslt/common/node-set.5* + and tests/exslt/common/node-set.6*: added regression tests + for bug 145547 (UNION and FILTER for RVT's) + Mon Jul 12 08:28:07 HKT 2004 William Brack <wbrack@mmm.com.hk> * python/libxslt-python-api.xml: fixed type for doctypeSystem |