summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.1/005.xml
blob: cf47356b5bb586bdf35e4ac0076c7099b9c1e08e (plain)
1
2
3
4
5
<?xml version="1.1"?>
<!-- Illegal use of prefix that has been unbound -->
<foo xmlns:a="http://example.org/namespace">
 <a:bar xmlns:a=""/>
</foo>