summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-07-01 02:25:08 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-07-01 02:25:08 +0000
commitd9f254b22aa1788e296d8e4d7d8f9f68574f079b (patch)
tree4987bcf00171af252d36363c910928a4dc2a02c3 /tests
parent1bc6a1a495c2acec0fa2c46783a4dc0adefc1860 (diff)
downloadlibxslt-d9f254b22aa1788e296d8e4d7d8f9f68574f079b.tar.gz
libxslt-d9f254b22aa1788e296d8e4d7d8f9f68574f079b.tar.bz2
libxslt-d9f254b22aa1788e296d8e4d7d8f9f68574f079b.zip
added coding to xsltCopyTree to copy namespaces (bug 139578). changed to
* libxslt/transform.c: added coding to xsltCopyTree to copy namespaces (bug 139578). * tests/general/bug-128.out: changed to reflect above fix * libxslt/xslt.c: minor change to an error message
Diffstat (limited to 'tests')
-rw-r--r--tests/general/bug-128.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/general/bug-128.out b/tests/general/bug-128.out
index 31a5e2e9..fcd73db2 100644
--- a/tests/general/bug-128.out
+++ b/tests/general/bug-128.out
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<test:data xmlns:test="http://www.example.org/test">
- <test:a a="1"/>
- <test:b b="1"/>
+ <test:a xmlns:xsl="http://www.w3.org/1999/XSL/Transform" a="1"/>
+ <test:b xmlns:xsl="http://www.w3.org/1999/XSL/Transform" b="1"/>
</test:data>