We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e80f3 commit 5b7214fCopy full SHA for 5b7214f
1 file changed
files/data/hello.xml
@@ -1,7 +1,7 @@
1
-<data>
+<data xmlns="http://example.org" xmlns:foo="urn:foo">
2
<hello name="hi">1</hello>
3
<data>
4
- <hello>World</hello>
5
+ <foo:hello>World</foo:hello>
6
</data>
7
0 commit comments