1
<?xml version="1.0"?>
2
<!-- Simple legal case: prefix rebinding -->
3
<a:foo xmlns:a="http://example.org/namespace">
4
<a:foo xmlns:a="http://example.org/other-namespace"/>
5
</a:foo>
6