fix bug #110577 namespace in copy-of don't obbey the same rules as for
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 23 Apr 2003 12:30:07 +0000 (12:30 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 23 Apr 2003 12:30:07 +0000 (12:30 +0000)
commit6b9c89d2e427f18e263583e74ece0e1dc95e4c9b
treef36bb2308b0d059180295d4c7dff90a940f30d7b
parent7148a132daac147fc545b27c7381e244c1dec0d0
fix bug #110577 namespace in copy-of don't obbey the same rules as for

* libxslt/transform.c: fix bug #110577 namespace in copy-of
  don't obbey the same rules as for literal reusl elements.
* tests/docs/Makefile.am tests/docs/bug-118.*
  tests/general/Makefile.am tests/general/bug-118*: added the
  example in the regression tests for that bug.
* libxslt/variables.c: fixed a bug introduced in fixing #110020
* tests/docs/Makefile.am tests/docs/bug-11[67].*
  tests/general/Makefile.am tests/general/bug-11[67]*: added 2
  regression tests one still exposing a mem leak (Mark Vadoc).
Daniel
14 files changed:
ChangeLog
libxslt/transform.c
libxslt/variables.c
tests/docs/Makefile.am
tests/docs/bug-116.xml [new file with mode: 0644]
tests/docs/bug-117.xml [new file with mode: 0644]
tests/docs/bug-118.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-116.out [new file with mode: 0644]
tests/general/bug-116.xsl [new file with mode: 0644]
tests/general/bug-117.out [new file with mode: 0644]
tests/general/bug-117.xsl [new file with mode: 0644]
tests/general/bug-118.out [new file with mode: 0644]
tests/general/bug-118.xsl [new file with mode: 0644]