summaryrefslogtreecommitdiff
path: root/tests/REC/test-3.4-2.xml
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2009-09-16 18:51:29 +0200
committerDaniel Veillard <veillard@redhat.com>2009-09-16 18:51:29 +0200
commita1fff8aaf099c294b6d3a757dbb4b06bfd42674a (patch)
tree3be1ee5209b920c46895af960de7640227736b9f /tests/REC/test-3.4-2.xml
parenta4c03651594b619277f74142ef1d9e1d58d19d71 (diff)
downloadlibxslt-a1fff8aaf099c294b6d3a757dbb4b06bfd42674a.tar.gz
libxslt-a1fff8aaf099c294b6d3a757dbb4b06bfd42674a.tar.bz2
libxslt-a1fff8aaf099c294b6d3a757dbb4b06bfd42674a.zip
Fix xsl:strip-space with namespace and wildcard
* libxslt/imports.c: xsl:strip-space didn't work if there is a NameTest with a namespace and a wildcard * tests/REC/Makefile.am tests/REC/test-3.4-*: add some test to the regression suite
Diffstat (limited to 'tests/REC/test-3.4-2.xml')
-rw-r--r--tests/REC/test-3.4-2.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/REC/test-3.4-2.xml b/tests/REC/test-3.4-2.xml
new file mode 100644
index 00000000..83e94bd2
--- /dev/null
+++ b/tests/REC/test-3.4-2.xml
@@ -0,0 +1,14 @@
+<doc>
+ <container>
+ <element1> <child>test01</child> </element1>
+ <element2> <child>test02</child> </element2>
+ </container>
+ <foo1:container xmlns:foo1="urn:foo1">
+ <foo1:element1> <foo1:child>test11</foo1:child> </foo1:element1>
+ <foo1:element2> <foo1:child>test12</foo1:child> </foo1:element2>
+ </foo1:container>
+ <foo2:container xmlns:foo2="urn:foo2">
+ <foo2:element1> <foo2:child>test11</foo2:child> </foo2:element1>
+ <foo2:element2> <foo2:child>test12</foo2:child> </foo2:element2>
+ </foo2:container>
+</doc>