9 lines
193 B
XML
9 lines
193 B
XML
|
<root xmlns:foo='http:/example.org/foo'>
|
||
|
<child foo:bar='1'>
|
||
|
<grandchild xmlns:foo=''>
|
||
|
<great-grandchild foo:bar='2'>
|
||
|
</great-grandchild>
|
||
|
</grandchild>
|
||
|
</child>
|
||
|
</root>
|