fix the processing of top level elements of stylesheets which are not in
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 13 May 2008 14:34:37 +0000 (14:34 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 13 May 2008 14:34:37 +0000 (14:34 +0000)
commit970091425f31577eb9f106961331f6013f0b3335
treed9501c007c406bb0bc26a519c18371d38d805219
parent2fafb8f6dd28f77cecfdac3fe8cc0328248b05b7
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
ChangeLog
libxslt/extensions.c
libxslt/extensions.h
libxslt/xslt.c
tests/docs/Makefile.am
tests/docs/bug-167.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-167.out [new file with mode: 0644]
tests/general/bug-167.xsl [new file with mode: 0644]