diff options
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-08-10 13:56:20 +0000 |
---|---|---|
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-08-10 13:56:20 +0000 |
commit | 90d4f40019950a9806e96e2e12134650daf717c7 (patch) | |
tree | 8b00e584a46507f203465f35f260545633076cd4 /ChangeLog | |
parent | 429cc7da784de365d2b7bd487ccb7fe0abd64f3a (diff) | |
download | libxslt-90d4f40019950a9806e96e2e12134650daf717c7.tar.gz libxslt-90d4f40019950a9806e96e2e12134650daf717c7.tar.bz2 libxslt-90d4f40019950a9806e96e2e12134650daf717c7.zip |
Fixed restoring the context doc for XPath in xsltForEach(). Eliminated the
* libxslt/transform.c libxslt/variables.c
libxslt/xsltInternals.h: Fixed restoring the context doc
for XPath in xsltForEach(). Eliminated the use of @tmpDoc
of the transformation context.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Aug 10 15:54:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net + + * libxslt/transform.c libxslt/variables.c + libxslt/xsltInternals.h: Fixed restoring the context doc + for XPath in xsltForEach(). Eliminated the use of @tmpDoc + of the transformation context. + Thu Aug 10 13:40:35 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net> * libxslt/preproc.c: Added missing QName-validation of some |