summaryrefslogtreecommitdiff
path: root/test/rexml/data/namespaces.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/data/namespaces.xml')
-rw-r--r--test/rexml/data/namespaces.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/rexml/data/namespaces.xml b/test/rexml/data/namespaces.xml
new file mode 100644
index 0000000000..e8e4df8364
--- /dev/null
+++ b/test/rexml/data/namespaces.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<foo:a xmlns:foo="http://fooNamespace/">
+ <b>
+ <c>Hello</c>
+ </b>
+
+ <foo:d>
+ <foo:e>Hey</foo:e>
+ </foo:d>
+
+ <bar:f xmlns:bar="http://barNamespace/">
+ <bar:g>Hey2</bar:g>
+ </bar:f>
+
+ <alias:x xmlns:alias="http://fooNamespace/">
+ <alias:y>Hey3</alias:y>
+ </alias:x>
+</foo:a>