7 lines
184 B
XML
7 lines
184 B
XML
|
<?xml version="1.0"?>
|
||
|
<!-- Simple legal case: default namespace and rebinding -->
|
||
|
<foo xmlns="http://example.org/namespace">
|
||
|
<foo xmlns="http://example.org/other-namespace"/>
|
||
|
</foo>
|
||
|
|