diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2008-05-13 14:34:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2008-05-13 14:34:37 +0000 |
commit | 970091425f31577eb9f106961331f6013f0b3335 (patch) | |
tree | d9501c007c406bb0bc26a519c18371d38d805219 /ChangeLog | |
parent | 2fafb8f6dd28f77cecfdac3fe8cc0328248b05b7 (diff) | |
download | libxslt-970091425f31577eb9f106961331f6013f0b3335.tar.gz libxslt-970091425f31577eb9f106961331f6013f0b3335.tar.bz2 libxslt-970091425f31577eb9f106961331f6013f0b3335.zip |
fix the processing of top level elements of stylesheets which are not in
* libxslt/xslt.c libxslt/extensions.c libxslt/extensions.h:
fix the processing of top level elements of stylesheets which
are not in the XSLT namespace and are not an extension either
should fix #529223
* tests/docs/Makefile.am tests/docs/bug-167.xml
tests/general/Makefile.am tests/general/bug-167.*: add the
test to the regression suite
Daniel
svn path=/trunk/; revision=1472
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue May 13 16:32:22 CEST 2008 Daniel Veillard <daniel@veillard.com> + + * libxslt/xslt.c libxslt/extensions.c libxslt/extensions.h: + fix the processing of top level elements of stylesheets which + are not in the XSLT namespace and are not an extension either + should fix #529223 + * tests/docs/Makefile.am tests/docs/bug-167.xml + tests/general/Makefile.am tests/general/bug-167.*: add the + test to the regression suite + Fri May 9 14:30:35 CEST 2008 Daniel Veillard <daniel@veillard.com> * libxslt/documents.c libxslt/keys.c libxslt/xsltInternals.h |