<?xml version="1.1"?>
<!-- Illegal use of prefix that has been unbound -->
<foo xmlns:a="http://example.org/namespace">
 <a:bar xmlns:a=""/>
</foo>
