diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-23 13:27:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-23 13:27:05 +0000 |
commit | 31ac747bdb7dc7cc6b5e773eb32bbddc6536bb69 (patch) | |
tree | da2c1700f67df8e8d54c0e8c19e90fe4a622163e /tests/docs | |
parent | 6996b923c7e5d6821bd6cc78a3736d143bd5516c (diff) | |
download | libxslt-31ac747bdb7dc7cc6b5e773eb32bbddc6536bb69.tar.gz libxslt-31ac747bdb7dc7cc6b5e773eb32bbddc6536bb69.tar.bz2 libxslt-31ac747bdb7dc7cc6b5e773eb32bbddc6536bb69.zip |
fixed bug #106789 from James Clark and a bit of cleanup added the example
* libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
James Clark and a bit of cleanup
* tests/docs/Makefile.am tests/docs/bug-104.xml
tests/general/Makefile.am tests/general/bug-104*: added the
example in the regression tests for this case
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-104.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 4150027e..31604d7e 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -103,6 +103,7 @@ EXTRA_DIST = \ bug-101.xml \ bug-102.xml \ bug-103.xml \ + bug-104.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-104.xml b/tests/docs/bug-104.xml new file mode 100644 index 00000000..59f90f79 --- /dev/null +++ b/tests/docs/bug-104.xml @@ -0,0 +1 @@ +<foo xmlns:eg="http://example.org" xmlns="http://example.org" eg:bar=""/> |