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