summaryrefslogtreecommitdiff
path: root/test/rexml/data/testNamespaces.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/data/testNamespaces.xml')
-rw-r--r--test/rexml/data/testNamespaces.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/rexml/data/testNamespaces.xml b/test/rexml/data/testNamespaces.xml
deleted file mode 100644
index 50f7c9306b..0000000000
--- a/test/rexml/data/testNamespaces.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<Template>
- <Application1 xmlns:xplt="http://www.xxxx.com/"
- xmlns:xpl="http://www.xxxx.com/"
- version="3.0"
- randomAttribute="foo"
- >
- <xpl:insertText/>
- <xplt:anyElement>
- <Name/>
- </xplt:anyElement>
- </Application1>
-
- <Application2 xmlns:xplt="http://www.xxxx.com/"
- xmlns:xpl="http://www.xxxx.com/"
- version="3.0"
- >
- <xpl:insertText/>
- <xplt:anyElement>
- <Name/>
- </xplt:anyElement>
- </Application2>
-</Template>