Skip to content

Commit 5b7214f

Browse files
committed
Expand hello.xml with namespace information
1 parent c4e80f3 commit 5b7214f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

files/data/hello.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<data>
1+
<data xmlns="http://example.org" xmlns:foo="urn:foo">
22
<hello name="hi">1</hello>
33
<data>
4-
<hello>World</hello>
5-
<hello>World</hello>
4+
<foo:hello>World</foo:hello>
5+
<foo:hello>World</foo:hello>
66
</data>
77
</data>

0 commit comments

Comments
 (0)