summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/1.0/040.xml
blob: cf02e22bfabc0f78aa02bd0643c560ddb8b6720a (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!-- Attribute uniqueness: prefixed and unprefixed attributes with same
     local name, with default namespace and element in default namespace -->
<foo xmlns:a="http://example.org/~wilbur"
     xmlns="http://example.org/~wilbur">

<bar a:attr="1" attr="2"/>

</foo>