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

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

</foo>